diff --git a/Dockerfile b/Dockerfile index 565f209..df7510c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN yarn install COPY ["src/", "./src"] RUN npm run Prod -FROM nginx:1.23.1-alpine as Web +FROM nginx:1.23.2-alpine as Web RUN apk --update --no-cache upgrade