From a0ff0bef857178271c95bb247939fddb44cb8116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 13:57:29 +0200 Subject: [PATCH] core: bump astral-sh/uv from 0.6.14 to 0.6.16 (#14161) 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 0bb28eeaec..8b1947c123 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.14 AS uv +FROM ghcr.io/astral-sh/uv:0.6.16 AS uv # Stage 6: Base python image FROM ghcr.io/goauthentik/fips-python:3.12.10-slim-bookworm-fips AS python-base