diff --git a/Dockerfile b/Dockerfile index b2346521c..9b38b0b4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,6 @@ RUN yarn --production --frozen-lockfile --prefer-offline && yarn cache clean RUN yarn build RUN yarn export -FROM ghcr.io/socialgouv/docker/nginx:8.2.0 +FROM ghcr.io/socialgouv/docker/nginx:8.2.2 COPY --from=builder --chown=nginx:nginx /out /usr/share/nginx/html