From 1c33eb11bf8d631594ebe35bf4a6bc27da2ce89f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 12:04:51 +0000 Subject: [PATCH] Update nginxinc/nginx-unprivileged Docker tag to v1.31 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 90b143d..8e45031 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY --chown=1001:root . . # build the docs RUN chmod +x prepare_theme.sh && ./prepare_theme.sh RUN mkdocs build -FROM nginxinc/nginx-unprivileged:1.29-alpine AS deploy +FROM nginxinc/nginx-unprivileged:1.31-alpine AS deploy COPY --from=builder $HOME/application/site/ /usr/share/nginx/html/stakater-cloud/ COPY default.conf /etc/nginx/conf.d/