From c5d69ec020e070c5ea67acb9c700438587fd8990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 15:13:32 +0000 Subject: [PATCH] core: bump goauthentik/fips-debian from `dea09c4` to `07f41ce` (#18778) 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 f165ab3e92..29c0194438 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:dea09c454c8ae6887465038be82d00fd815bbc9f7f2dccab132d9b1fb37c8dc6 +FROM ghcr.io/goauthentik/fips-debian:trixie-slim-fips@sha256:07f41ce3f15b2bb5eb5bcd4e6efc0cb42bb7e5609e7244f636da1a91166817ca ARG VERSION ARG GIT_BUILD_HASH diff --git a/proxy.Dockerfile b/proxy.Dockerfile index a66babe559..2e3354311d 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:dea09c454c8ae6887465038be82d00fd815bbc9f7f2dccab132d9b1fb37c8dc6 +FROM ghcr.io/goauthentik/fips-debian:trixie-slim-fips@sha256:07f41ce3f15b2bb5eb5bcd4e6efc0cb42bb7e5609e7244f636da1a91166817ca ARG VERSION ARG GIT_BUILD_HASH diff --git a/radius.Dockerfile b/radius.Dockerfile index 41c22c54a1..0585e85d47 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:dea09c454c8ae6887465038be82d00fd815bbc9f7f2dccab132d9b1fb37c8dc6 +FROM ghcr.io/goauthentik/fips-debian:trixie-slim-fips@sha256:07f41ce3f15b2bb5eb5bcd4e6efc0cb42bb7e5609e7244f636da1a91166817ca ARG VERSION ARG GIT_BUILD_HASH