diff --git a/Dockerfile b/Dockerfile index f6507a27..c875d3f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ RUN npx ng build --configuration production $ANGULAR_BUILD_OPTIONS # prod stage deploys the project with NGINX -FROM nginx:1.23-alpine as prod +FROM nginx:1.25-alpine as prod # copy the nginx configuration template COPY nginx/templates/default.conf.template /etc/nginx/templates/