Skip to content

Commit 8014088

Browse files
core: bump astral-sh/uv from 0.7.3 to 0.7.4 (#14531)
Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.7.3 to 0.7.4. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.7.3...0.7.4) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.7.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ee3531 commit 8014088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ RUN --mount=type=secret,id=GEOIPUPDATE_ACCOUNT_ID \
9494
/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"
9595

9696
# Stage 5: Download uv
97-
FROM ghcr.io/astral-sh/uv:0.7.3 AS uv
97+
FROM ghcr.io/astral-sh/uv:0.7.4 AS uv
9898
# Stage 6: Base python image
9999
FROM ghcr.io/goauthentik/fips-python:3.13.3-slim-bookworm-fips AS python-base
100100

0 commit comments

Comments
 (0)