diff --git a/Dockerfile b/Dockerfile index 66be627b62d..90729cae112 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ RUN yarn run build # Stage 2: Bundle the built application into a Docker container # which runs Nginx using Alpine Linux -FROM nginx:1.21.1-alpine +FROM nginx:1.23.2-alpine RUN apk add --no-cache bash RUN rm -rf /etc/nginx/conf.d COPY .docker/Viewer-v2.x /etc/nginx/conf.d