From 203ef3555ee2ead22d0e48df3211348b3f579b0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 09:04:18 +0000 Subject: [PATCH] chore(deps): update ghcr.io/socialgouv/docker/nginx4spa docker tag to v7 --- front/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/Dockerfile b/front/Dockerfile index 50a90d330..f2607fccb 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:7.1.0 COPY --from=builder /app/web-build /usr/share/nginx/html