diff --git a/Dockerfile b/Dockerfile index 9fd7f80..92329f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN yarn install COPY ["src/", "./src"] RUN npm run Prod -FROM nginx:1.23.4-alpine as Web +FROM nginx:1.25.3-alpine as Web RUN apk --update --no-cache upgrade