From 7163d333dc2ee15e409678d0e96a8cd5c1f9a808 Mon Sep 17 00:00:00 2001 From: "Jens L." Date: Thu, 23 Jan 2025 17:04:35 +0100 Subject: [PATCH] lifecycle: update python to 3.12.8 (#12783) Signed-off-by: Jens Langhammer --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 62b0b1d8423a..3d1404af3545 100644 --- a/Dockerfile +++ b/Dockerfile @@ -94,7 +94,7 @@ RUN --mount=type=secret,id=GEOIPUPDATE_ACCOUNT_ID \ /bin/sh -c "/usr/bin/entry.sh || echo 'Failed to get GeoIP database, disabling'; exit 0" # Stage 5: Python dependencies -FROM ghcr.io/goauthentik/fips-python:3.12.7-slim-bookworm-fips AS python-deps +FROM ghcr.io/goauthentik/fips-python:3.12.8-slim-bookworm-fips AS python-deps ARG TARGETARCH ARG TARGETVARIANT @@ -139,7 +139,7 @@ RUN --mount=type=bind,target=./pyproject.toml,src=./pyproject.toml \ poetry install --only=main --no-ansi --no-interaction --no-root" # Stage 6: Run -FROM ghcr.io/goauthentik/fips-python:3.12.7-slim-bookworm-fips AS final-image +FROM ghcr.io/goauthentik/fips-python:3.12.8-slim-bookworm-fips AS final-image ARG VERSION ARG GIT_BUILD_HASH