From 35b6801ba0344d8f4b57d66f72d7e33df707eef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 19:23:19 +0000 Subject: [PATCH] core: bump astral-sh/uv from 0.6.6 to 0.6.8 (#13577) Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.6.6 to 0.6.8. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.6.6...0.6.8) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 b1ac54d8f8..4f7b999f44 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.6 AS uv +FROM ghcr.io/astral-sh/uv:0.6.8 AS uv # Stage 6: Base python image FROM ghcr.io/goauthentik/fips-python:3.12.8-slim-bookworm-fips AS python-base