diff --git a/Dockerfile b/Dockerfile index 322accf..bd33535 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN npm run ci:check RUN npm run build # Stage 2 - the static server -FROM nginx:1.24 +FROM nginx:1.25.5 COPY --from=build-deps /usr/src/app/build /var/www COPY nginx.conf /etc/nginx/nginx.conf EXPOSE 80