From e032976eac13ea0651bc7ed7bbc241ade89dab71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 15:55:16 +0200 Subject: [PATCH] core: bump goauthentik/fips-python from `28d9ae4` to `5f8db05` in /lifecycle/container (#23116) Signed-off-by: dependabot[bot] --- lifecycle/container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lifecycle/container/Dockerfile b/lifecycle/container/Dockerfile index b82c6b861c..32b510d4c8 100644 --- a/lifecycle/container/Dockerfile +++ b/lifecycle/container/Dockerfile @@ -118,7 +118,7 @@ RUN cat /root/.rustup/settings.toml # Stage: Download uv FROM ghcr.io/astral-sh/uv:0.11.21@sha256:ff07b86af50d4d9391d9daf4ff89ce427bc544f9aae87057e69a1cc0aa369946 AS uv # Stage: Base python image -FROM ghcr.io/goauthentik/fips-python:3.14.6-slim-trixie-fips@sha256:28d9ae4575249bd080d3524b598f0a00be20fd9a492124f9ce564ee7febc3633 AS python-base +FROM ghcr.io/goauthentik/fips-python:3.14.6-slim-trixie-fips@sha256:5f8db05ac3526071e01da5323f54d8ca260dab6fd58b2330d59e18f58362b9f9 AS python-base ENV VENV_PATH="/ak-root/.venv" \ PATH="/lifecycle:/ak-root/.venv/bin:$PATH" \