From 633554399ba39a9e22ad3191f103618656a4d6d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 09:17:15 +0000 Subject: [PATCH] fix(deps): update ghcr.io/socialgouv/docker/nginx4spa docker tag to v6.70.1 --- front/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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