From c73d5d31130bb95fd8f7a762ca1732e2f5da129f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 09:04:21 +0000 Subject: [PATCH] core: bump library/nginx from 1.29-trixie to 1.31-trixie in /website (#22520) Bumps library/nginx from 1.29-trixie to 1.31-trixie. --- updated-dependencies: - dependency-name: library/nginx dependency-version: 1.31-trixie dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- website/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/Dockerfile b/website/Dockerfile index 81478263fa..e47d6520f8 100644 --- a/website/Dockerfile +++ b/website/Dockerfile @@ -47,7 +47,7 @@ COPY ./SECURITY.md /work/ RUN --mount=type=bind,target=/work/packages/docusaurus-config/,src=./packages/docusaurus-config/ \ corepack npm run build -w docs -FROM docker.io/library/nginx:1.29-trixie@sha256:1881968aff6f7cdcc4b888c00a11f4ce241ad7ec957e0cb4a9e19e93a3ff87ea +FROM docker.io/library/nginx:1.31-trixie@sha256:800e7c98538c6bf725f5177e841aa720ae0ed1c378bbea368b6330bfe18a36b3 LABEL org.opencontainers.image.authors="Authentik Security Inc." \ org.opencontainers.image.source="https://github.com/goauthentik/authentik" \ org.opencontainers.image.description="authentik product documentation" \