diff --git a/build/Dockerfile b/build/Dockerfile index 2b943f26fb..2a1d43bd0d 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -64,7 +64,7 @@ RUN if [ "$SENTRY_AUTH_TOKEN" != "" ] ; then \ ### PROD image -FROM nginx:1.21-alpine +FROM nginx:1.22.0-alpine COPY ./build/default.conf /etc/nginx/templates/default.conf COPY --from=builder /app/dist/ /usr/share/nginx/html # The port on which the app will run in the Docker container