diff --git a/Dockerfile b/Dockerfile index b4d4e0fc4..a2592b3db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ RUN yarn --production --frozen-lockfile --prefer-offline && yarn cache clean RUN yarn build RUN yarn export -FROM ghcr.io/socialgouv/docker/nginx4spa:7.0.1 +FROM ghcr.io/socialgouv/docker/nginx4spa:7.1.0 COPY --from=builder /out /usr/share/nginx/html