diff --git a/Dockerfile b/Dockerfile index 51b47def8..3feb7fe58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,6 @@ COPY . . RUN yarn build RUN yarn export -FROM ghcr.io/socialgouv/docker/nginx:8.2.0 +FROM ghcr.io/socialgouv/docker/nginx:8.2.3 COPY --from=builder --chown=nginx:nginx /app/out /usr/share/nginx/html