diff --git a/Dockerfile b/Dockerfile index d44e8e9..372da6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:17.4.0-alpine as build-stage +FROM node:17.9.0-alpine as build-stage # NOTE: Change these as you want LABEL name "gorou (build-stage)" @@ -26,7 +26,7 @@ RUN npm run build RUN npm prune --production # Get ready for production -FROM node:17.4.0-alpine +FROM node:17.9.0-alpine # NOTE: Change these as you want LABEL name "gorou"