diff --git a/Dockerfile b/Dockerfile index 6777ec2..19c6897 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.14.0 AS build +FROM node:20.15.0 AS build LABEL author hieudoanm @@ -10,7 +10,7 @@ COPY . /home/node/app RUN yarn install RUN yarn build -FROM node:20.14.0-alpine +FROM node:20.15.0-alpine USER node