From fd1f65eefc4b11683ad783e254b0ae4e27de3129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 17:16:39 +0200 Subject: [PATCH] core: bump astral-sh/uv from 0.8.4 to 0.8.5 (#15998) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8571819aee..c54a4b8b88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,7 +76,7 @@ RUN --mount=type=secret,id=GEOIPUPDATE_ACCOUNT_ID \ /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" # Stage 4: Download uv -FROM ghcr.io/astral-sh/uv:0.8.4 AS uv +FROM ghcr.io/astral-sh/uv:0.8.5 AS uv # Stage 5: Base python image FROM ghcr.io/goauthentik/fips-python:3.13.5-slim-bookworm-fips AS python-base