From d8b12a9a07e05dcb9ce7538eeb8cf1aea5954339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 12:59:49 +0000 Subject: [PATCH] core: bump astral-sh/uv from 0.6.17 to 0.7.0 (#14294) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc 'risson' Schmitt --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb853563e3..5f15659ece 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.17 AS uv +FROM ghcr.io/astral-sh/uv:0.7.0 AS uv # Stage 6: Base python image FROM ghcr.io/goauthentik/fips-python:3.12.10-slim-bookworm-fips AS python-base