diff --git a/front/Dockerfile b/front/Dockerfile index 7b621d50a..6a421bcb9 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -16,7 +16,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