diff --git a/Dockerfile b/Dockerfile index 8b1947c123..bb853563e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -94,7 +94,7 @@ RUN --mount=type=secret,id=GEOIPUPDATE_ACCOUNT_ID \ /bin/sh -c "/usr/bin/entry.sh || echo 'Failed to get GeoIP database, disabling'; exit 0" # Stage 5: Download uv -FROM ghcr.io/astral-sh/uv:0.6.16 AS uv +FROM ghcr.io/astral-sh/uv:0.6.17 AS uv # Stage 6: Base python image FROM ghcr.io/goauthentik/fips-python:3.12.10-slim-bookworm-fips AS python-base