diff --git a/lifecycle/container/Dockerfile b/lifecycle/container/Dockerfile index f8c05c2edc..de7cb4cc5e 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.11@sha256:3472e43b4e738cf911c99d41bb34331280efad54c73b1def654a6227bb59b2b4 AS uv # Stage 5: Base python image -FROM ghcr.io/goauthentik/fips-python:3.14.3-slim-trixie-fips@sha256:ec5c4cd953ace6c20f24e6a29baf3d388fcade07082410e9fe8504965f308a1e AS python-base +FROM ghcr.io/goauthentik/fips-python:3.14.3-slim-trixie-fips@sha256:859ad5743f2f6f348bf139d760722ccdefa00fde3438b1b594e3033d3e6200ad AS python-base ENV VENV_PATH="/ak-root/.venv" \ PATH="/lifecycle:/ak-root/.venv/bin:$PATH" \