diff --git a/website/Dockerfile b/website/Dockerfile index 8b223889e1..c3a74fea15 100644 --- a/website/Dockerfile +++ b/website/Dockerfile @@ -48,7 +48,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.31.1-trixie@sha256:5aca99593157f4ae539a5dec1092a0ad8762f8e2eb1789085a13a0f5622369f6 +FROM docker.io/library/nginx:1.31.1-trixie@sha256:1df1a963b5b8a3315c81c9d3c6fbd3324479a16c5e266bc6642c080be636145f LABEL org.opencontainers.image.authors="Authentik Security Inc." \ org.opencontainers.image.source="https://github.com/goauthentik/authentik" \ org.opencontainers.image.description="authentik product documentation" \