From 01ed8316639934a00c5a8034465ad509852bcdf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 16:55:27 +0100 Subject: [PATCH] core: bump goauthentik/fips-debian from `10c8086` to `cb2d1f8` (#18696) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ldap.Dockerfile | 2 +- proxy.Dockerfile | 2 +- radius.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ldap.Dockerfile b/ldap.Dockerfile index 9b374cded7..abf28c89a5 100644 --- a/ldap.Dockerfile +++ b/ldap.Dockerfile @@ -31,7 +31,7 @@ RUN --mount=type=cache,sharing=locked,target=/go/pkg/mod \ go build -o /go/ldap ./cmd/ldap # Stage 2: Run -FROM ghcr.io/goauthentik/fips-debian:trixie-slim-fips@sha256:10c808664118410e49c6f55d52683f6364e87f05c88088e46395611acdb790d3 +FROM ghcr.io/goauthentik/fips-debian:trixie-slim-fips@sha256:cb2d1f8ed0ee404682c501138ce5e68e243ddad77ee748b24f71011a19a8dc0d ARG VERSION ARG GIT_BUILD_HASH diff --git a/proxy.Dockerfile b/proxy.Dockerfile index 95b15313de..f9004b159a 100644 --- a/proxy.Dockerfile +++ b/proxy.Dockerfile @@ -47,7 +47,7 @@ RUN --mount=type=cache,sharing=locked,target=/go/pkg/mod \ go build -o /go/proxy ./cmd/proxy # Stage 3: Run -FROM ghcr.io/goauthentik/fips-debian:trixie-slim-fips@sha256:10c808664118410e49c6f55d52683f6364e87f05c88088e46395611acdb790d3 +FROM ghcr.io/goauthentik/fips-debian:trixie-slim-fips@sha256:cb2d1f8ed0ee404682c501138ce5e68e243ddad77ee748b24f71011a19a8dc0d ARG VERSION ARG GIT_BUILD_HASH diff --git a/radius.Dockerfile b/radius.Dockerfile index d939e49608..be36abc899 100644 --- a/radius.Dockerfile +++ b/radius.Dockerfile @@ -31,7 +31,7 @@ RUN --mount=type=cache,sharing=locked,target=/go/pkg/mod \ go build -o /go/radius ./cmd/radius # Stage 2: Run -FROM ghcr.io/goauthentik/fips-debian:trixie-slim-fips@sha256:10c808664118410e49c6f55d52683f6364e87f05c88088e46395611acdb790d3 +FROM ghcr.io/goauthentik/fips-debian:trixie-slim-fips@sha256:cb2d1f8ed0ee404682c501138ce5e68e243ddad77ee748b24f71011a19a8dc0d ARG VERSION ARG GIT_BUILD_HASH