Skip to content

Commit 640349b

Browse files
authored
fix conflict
Signed-off-by: Jens L. <jens@goauthentik.io>
1 parent 11f2d28 commit 640349b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,7 @@ RUN --mount=type=secret,id=GEOIPUPDATE_ACCOUNT_ID \
7676
/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"
7777

7878
# Stage 4: Download uv
79-
<<<<<<< HEAD
80-
FROM ghcr.io/astral-sh/uv:0.9.4 AS uv
81-
=======
8279
FROM ghcr.io/astral-sh/uv:0.9.5@sha256:f459f6f73a8c4ef5d69f4e6fbbdb8af751d6fa40ec34b39a1ab469acd6e289b7 AS uv
83-
>>>>>>> 6f35c3219 (root: use hashes for dockerfile FROM (#17795))
8480
# Stage 5: Base python image
8581
FROM ghcr.io/goauthentik/fips-python:3.13.9-slim-trixie-fips@sha256:700fc8c1e290bd14e5eaca50b1d8e8c748c820010559cbfb4c4f8dfbe2c4c9ff AS python-base
8682

0 commit comments

Comments
 (0)