We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee3531 commit 8014088Copy full SHA for 8014088
Dockerfile
@@ -94,7 +94,7 @@ RUN --mount=type=secret,id=GEOIPUPDATE_ACCOUNT_ID \
94
/bin/sh -c "GEOIPUPDATE_LICENSE_KEY_FILE=/run/secrets/GEOIPUPDATE_LICENSE_KEY /usr/bin/entry.sh || echo 'Failed to get GeoIP database, disabling'; exit 0"
95
96
# Stage 5: Download uv
97
-FROM ghcr.io/astral-sh/uv:0.7.3 AS uv
+FROM ghcr.io/astral-sh/uv:0.7.4 AS uv
98
# Stage 6: Base python image
99
FROM ghcr.io/goauthentik/fips-python:3.13.3-slim-bookworm-fips AS python-base
100
0 commit comments