From db61aaa88497fe40ece096c8d44b3b044154c2ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 18:27:19 +0000 Subject: [PATCH] fix(deps): update ghcr.io/socialgouv/docker/nginx4spa docker tag to v7.6.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4d4e0fc..c2edb59a 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.6.1 COPY --from=builder /out /usr/share/nginx/html