From ee3cc185de68e6d1d163374c6de822ceee766d0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 16:39:50 +0000 Subject: [PATCH] fix(deps): update ghcr.io/socialgouv/docker/nginx docker tag to v8.2.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fc28a1e7..9b38b0b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,6 @@ RUN yarn --production --frozen-lockfile --prefer-offline && yarn cache clean RUN yarn build RUN yarn export -FROM ghcr.io/socialgouv/docker/nginx:8.0.0 +FROM ghcr.io/socialgouv/docker/nginx:8.2.2 COPY --from=builder --chown=nginx:nginx /out /usr/share/nginx/html