From e3e7cef752f8318d9a5d0f7bda9d08cff9a7e31e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 11:17:27 +0000 Subject: [PATCH] chore(deps): update nginxinc/nginx-unprivileged docker tag to v1.29 --- Dockerfile-docs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-docs b/Dockerfile-docs index eb8efa45..dd742127 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.27-alpine as deploy +FROM nginxinc/nginx-unprivileged:1.29-alpine as deploy COPY --from=builder $HOME/application/site/ /usr/share/nginx/html/reloader/ COPY docs-nginx.conf /etc/nginx/conf.d/default.conf