From 0a9e3b0e3e0875ceb20ab1f50e50f5ba49933498 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:46:53 +0000 Subject: [PATCH] fix(deps): update ghcr.io/socialgouv/docker/nginx docker tag to v8.2.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51b47def8..3feb7fe58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,6 @@ COPY . . RUN yarn build RUN yarn export -FROM ghcr.io/socialgouv/docker/nginx:8.2.0 +FROM ghcr.io/socialgouv/docker/nginx:8.2.3 COPY --from=builder --chown=nginx:nginx /app/out /usr/share/nginx/html