core: bump astral-sh/uv from 0.11.26 to 0.11.28 in /lifecycle/container (#23843)

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

---
updated-dependencies:
- dependency-name: astral-sh/uv
  dependency-version: 0.11.28
  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-07-08 10:59:07 +01:00
committed by GitHub
parent 172da5a8e9
commit 8a52b3f9ea

View File

@@ -122,7 +122,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.26@sha256:3d868e555f8f1dbc324afa005066cd11e1053fc4743b9808ca8025283e65efa5 AS uv
FROM ghcr.io/astral-sh/uv:0.11.28@sha256:0f36cb9361a3346885ca3677e3767016687b5a170c1a6b88465ec14aefec90aa AS uv
# Stage: Base python image
FROM ghcr.io/goauthentik/fips-python:3.14.6-slim-trixie-fips@sha256:0d4cd1aa948a3c101014a06cc2ba3fc560301357abeda524f872cbdc6cf7a180 AS python-base