diff --git a/Dockerfile b/Dockerfile index b1a96328f..2d4c49e4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN npm install && \ npm test -- --silent # Stage 1, based on Nginx, to have only the compiled app, ready for production with Nginx -FROM nginx:1.21.0-alpine +FROM nginx:1.22.1-alpine COPY --from=build-stage /usr/src/app/dist/ /usr/share/nginx/html COPY nginx.conf /etc/nginx/conf.d/default.conf EXPOSE 8503 \ No newline at end of file