From 38d7009ca538ee26e4193fe0e64435d40c94def0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:47:02 +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