core: bump goauthentik/fips-python from 6067443 to 3b0f3fb in /lifecycle/container (#23565)

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

Bumps goauthentik/fips-python from `6067443` to `3b0f3fb`.

---
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-01 14:14:51 +01:00
committed by GitHub
parent 83902c23f2
commit aed7f8c1a8

View File

@@ -118,7 +118,7 @@ RUN cat /root/.rustup/settings.toml
# Stage: Download uv
FROM ghcr.io/astral-sh/uv:0.11.26@sha256:3d868e555f8f1dbc324afa005066cd11e1053fc4743b9808ca8025283e65efa5 AS uv
# Stage: Base python image
FROM ghcr.io/goauthentik/fips-python:3.14.6-slim-trixie-fips@sha256:60674434bfe0ef64275557617b4a2848477ff0136e907f98386b046b1973ba79 AS python-base
FROM ghcr.io/goauthentik/fips-python:3.14.6-slim-trixie-fips@sha256:3b0f3fbe25429bc3974177eb566691f4aa0fa6f644ee2b5947fd6451378047db AS python-base
ENV VENV_PATH="/ak-root/.venv" \
PATH="/lifecycle:/ak-root/.venv/bin:$PATH" \