From 88590e113424c6f689b1f9631b09c7819abd6e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcelo=20Elizeche=20Land=C3=B3?= Date: Thu, 26 Jun 2025 19:43:45 -0300 Subject: [PATCH] core: bump goauthentik/fips-python from 3.13.3-slim-bookworm-fips to 3.13.5-slim-bookworm-fips in 2025.6 (#15274) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit core: bump goauthentik/fips-python from 3.13.3-slim-bookworm-fips to 3.13.4-slim-bookworm-fips in 2025.6 Signed-off-by: Marcelo Elizeche Landó --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 953af03e7c..28fff95019 100644 --- a/Dockerfile +++ b/Dockerfile @@ -96,7 +96,7 @@ RUN --mount=type=secret,id=GEOIPUPDATE_ACCOUNT_ID \ # Stage 5: Download uv FROM ghcr.io/astral-sh/uv:0.7.8 AS uv # Stage 6: Base python image -FROM ghcr.io/goauthentik/fips-python:3.13.3-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" \