We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0235c commit 6ebfbcbCopy full SHA for 6ebfbcb
Dockerfile
@@ -96,7 +96,7 @@ RUN --mount=type=secret,id=GEOIPUPDATE_ACCOUNT_ID \
96
# Stage 5: Download uv
97
FROM ghcr.io/astral-sh/uv:0.6.14 AS uv
98
# Stage 6: Base python image
99
-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
100
101
ENV VENV_PATH="/ak-root/.venv" \
102
PATH="/lifecycle:/ak-root/.venv/bin:$PATH" \
0 commit comments