changed target node

This commit is contained in:
Fedor Katurov 2021-04-08 10:11:41 +07:00
parent 6db5b62a74
commit b5b7c82ea4

View file

@ -1,5 +1,5 @@
# stage1 as builder # stage1 as builder
FROM node:dubnium-alpine as builder FROM node:erbium-alpine as builder
COPY package.json yarn.lock ./ COPY package.json yarn.lock ./
RUN yarn RUN yarn
COPY . . COPY . .