diff --git a/apps/lighting-store-server/Dockerfile b/apps/lighting-store-server/Dockerfile index 80dd8d3..d5ba3f9 100644 --- a/apps/lighting-store-server/Dockerfile +++ b/apps/lighting-store-server/Dockerfile @@ -24,7 +24,7 @@ COPY . . RUN npm run build # multi-stage: production (runtime) -FROM node:18.13.0-slim AS production +FROM node:18.20.4-slim AS production # create arguments of builds time variables ARG user=amplication