update docker node version

This commit is contained in:
AykutSarac 2023-04-22 10:45:56 +03:00
parent e393af49a2
commit e734c38e9d
No known key found for this signature in database

View File

@ -1,5 +1,5 @@
# Builder # Builder
FROM node:14-alpine as builder FROM node:16-alpine as builder
WORKDIR /src WORKDIR /src
COPY . /src/ COPY . /src/
RUN yarn install --frozen-lockfile && yarn build RUN yarn install --frozen-lockfile && yarn build