From ad7a61140305de6cd36f415367c1c36a83a22904 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 13:01:53 +0000 Subject: [PATCH] chore(deps): update nginxinc/nginx-unprivileged docker tag to v1.26 --- Dockerfile-docs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-docs b/Dockerfile-docs index d5387e06a..2eac79714 100644 --- a/Dockerfile-docs +++ b/Dockerfile-docs @@ -17,7 +17,7 @@ RUN python theme_common/scripts/combine_mkdocs_config_yaml.py theme_common/mkdoc # build the docs RUN mkdocs build -FROM nginxinc/nginx-unprivileged:1.25-alpine as deploy +FROM nginxinc/nginx-unprivileged:1.26-alpine as deploy COPY --from=builder $HOME/application/site/ /usr/share/nginx/html/reloader/ COPY docs-nginx.conf /etc/nginx/conf.d/default.conf