diff --git a/lifecycle/container/Dockerfile b/lifecycle/container/Dockerfile index 21ff47a5c8..60b633c916 100644 --- a/lifecycle/container/Dockerfile +++ b/lifecycle/container/Dockerfile @@ -80,7 +80,7 @@ RUN --mount=type=secret,id=GEOIPUPDATE_ACCOUNT_ID \ # Stage 4: Download uv FROM ghcr.io/astral-sh/uv:0.10.9@sha256:10902f58a1606787602f303954cea099626a4adb02acbac4c69920fe9d278f82 AS uv # Stage 5: Base python image -FROM ghcr.io/goauthentik/fips-python:3.14.3-slim-trixie-fips@sha256:1ef7bd9e821eac96c1be600aa75020b5174c626adef9c149ef863a84675d1dd6 AS python-base +FROM ghcr.io/goauthentik/fips-python:3.14.3-slim-trixie-fips@sha256:9d550e1e20bad47f5e1f1bd6f4dd54f4c11e9f0fdc6ff24aa65c494597f74e1b AS python-base ENV VENV_PATH="/ak-root/.venv" \ PATH="/lifecycle:/ak-root/.venv/bin:$PATH" \