core: bump goauthentik/fips-python from 80d28af to aaaab46 in /lifecycle/container (#23902)

core: bump goauthentik/fips-python in /lifecycle/container

Bumps goauthentik/fips-python from `80d28af` to `aaaab46`.

---
updated-dependencies:
- dependency-name: goauthentik/fips-python
  dependency-version: 3.14.6-slim-trixie-fips
  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-10 13:04:03 +01:00
committed by GitHub
parent b2319e2763
commit 7a08d63494

View File

@@ -124,7 +124,7 @@ RUN cat /root/.rustup/settings.toml
# Stage: Download 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:80d28af5ed541c6d5a199e1678ed36af81e5ea6f8dc6602f2c8c8fe8c7c4f70f AS python-base
FROM ghcr.io/goauthentik/fips-python:3.14.6-slim-trixie-fips@sha256:aaaab4652e76bd58b6c819a79424b4a607a98a1e33d40b5072eba66648126755 AS python-base
ENV VENV_PATH="/ak-root/.venv" \
PATH="/lifecycle:/ak-root/.venv/bin:$PATH" \