core: bump astral-sh/uv from 0.11.23 to 0.11.24 in /lifecycle/container (#23346)

Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.11.23 to 0.11.24.
- [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.11.23...0.11.24)

---
updated-dependencies:
- dependency-name: astral-sh/uv
  dependency-version: 0.11.24
  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>
This commit is contained in:
dependabot[bot]
2026-06-24 14:09:39 +02:00
committed by GitHub
parent b32183c56b
commit c5412bbfb1

View File

@@ -116,7 +116,7 @@ RUN --mount=type=bind,target=rust-toolchain.toml,src=rust-toolchain.toml \
RUN cat /root/.rustup/settings.toml
# Stage: Download uv
FROM ghcr.io/astral-sh/uv:0.11.23@sha256:d0a0a753ab981624b49c97abc98821c1c09f4ca69d1ef5cee69c501be3d88479 AS uv
FROM ghcr.io/astral-sh/uv:0.11.24@sha256:99ea34acedc870ba4ad11a1f540a1c04267c9f30aadc465a94406f52dfda2c36 AS uv
# Stage: Base python image
FROM ghcr.io/goauthentik/fips-python:3.14.6-slim-trixie-fips@sha256:2e5f9fef137c88588cc57907e2a3acabe67d979704a8d4b907093a9879b24289 AS python-base