From d7c3129b1c8f754c9e19f717bc9b4e300c48479d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:28:39 +0200 Subject: [PATCH] core: bump goauthentik/fips-python from 3.13.4-slim-bookworm-fips to 3.13.5-slim-bookworm-fips (#15058) core: bump goauthentik/fips-python Bumps goauthentik/fips-python from 3.13.4-slim-bookworm-fips to 3.13.5-slim-bookworm-fips. --- updated-dependencies: - dependency-name: goauthentik/fips-python dependency-version: 3.13.5-slim-bookworm-fips dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9b5e7d1b63..00e7b9c84b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,7 +77,7 @@ RUN --mount=type=secret,id=GEOIPUPDATE_ACCOUNT_ID \ # Stage 4: Download uv FROM ghcr.io/astral-sh/uv:0.7.13 AS uv # Stage 5: Base python image -FROM ghcr.io/goauthentik/fips-python:3.13.4-slim-bookworm-fips AS python-base +FROM ghcr.io/goauthentik/fips-python:3.13.5-slim-bookworm-fips AS python-base ENV VENV_PATH="/ak-root/.venv" \ PATH="/lifecycle:/ak-root/.venv/bin:$PATH" \