From 0ae2293f928b3b35c4fde17a0dd1950f7b1a78dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 22:04:50 +0000 Subject: [PATCH] chore(deps): update ghcr.io/socialgouv/docker/nginx docker tag to v7.3.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5a9b5ed..4ab083ba 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:7.3.0 +FROM ghcr.io/socialgouv/docker/nginx:7.3.1 COPY --from=builder --chown=nginx:nginx /out /usr/share/nginx/html