diff --git a/front/Dockerfile b/front/Dockerfile index 50a90d330..6d1ad7a27 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -18,7 +18,7 @@ COPY . . RUN yarn expo build:web -FROM ghcr.io/socialgouv/docker/nginx4spa:6.58.3 +FROM ghcr.io/socialgouv/docker/nginx4spa:6.70.1 COPY --from=builder /app/web-build /usr/share/nginx/html