From 6ebfbcb66ed1138375aaabf7dd6715de5ecb635f Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Mon, 14 Apr 2025 16:15:20 +0200 Subject: [PATCH] core: bump goauthentik/fips-python from 3.12.9-slim-bookworm-fips to 3.12.10-slim-bookworm-fips (#14044) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a5ca978e75..0bb28eeaec 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.6.14 AS uv # Stage 6: Base python image -FROM ghcr.io/goauthentik/fips-python:3.12.9-slim-bookworm-fips AS python-base +FROM ghcr.io/goauthentik/fips-python:3.12.10-slim-bookworm-fips AS python-base ENV VENV_PATH="/ak-root/.venv" \ PATH="/lifecycle:/ak-root/.venv/bin:$PATH" \