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 11f2d28 commit 640349bCopy full SHA for 640349b
Dockerfile
@@ -76,11 +76,7 @@ RUN --mount=type=secret,id=GEOIPUPDATE_ACCOUNT_ID \
76
/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"
77
78
# Stage 4: Download uv
79
-<<<<<<< HEAD
80
-FROM ghcr.io/astral-sh/uv:0.9.4 AS uv
81
-=======
82
FROM ghcr.io/astral-sh/uv:0.9.5@sha256:f459f6f73a8c4ef5d69f4e6fbbdb8af751d6fa40ec34b39a1ab469acd6e289b7 AS uv
83
->>>>>>> 6f35c3219 (root: use hashes for dockerfile FROM (#17795))
84
# Stage 5: Base python image
85
FROM ghcr.io/goauthentik/fips-python:3.13.9-slim-trixie-fips@sha256:700fc8c1e290bd14e5eaca50b1d8e8c748c820010559cbfb4c4f8dfbe2c4c9ff AS python-base
86
0 commit comments