From fbb8e81c32c27020969c9d4afffe9a5540460b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 07:25:17 +0000 Subject: [PATCH] chore(deps): bump astral-sh/uv in /jans-cedarling/flask-sidecar Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.11.7-python3.11-trixie-slim to 0.11.16-python3.11-trixie-slim. - [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.7...0.11.16) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.11.16-python3.11-trixie-slim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- jans-cedarling/flask-sidecar/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jans-cedarling/flask-sidecar/Dockerfile b/jans-cedarling/flask-sidecar/Dockerfile index cc7ad478afc..749b224b32a 100644 --- a/jans-cedarling/flask-sidecar/Dockerfile +++ b/jans-cedarling/flask-sidecar/Dockerfile @@ -1,5 +1,5 @@ ### Stage 1: Dependencies -FROM ghcr.io/astral-sh/uv:0.11.7-python3.11-trixie-slim AS deps +FROM ghcr.io/astral-sh/uv:0.11.16-python3.11-trixie-slim AS deps ENV PATH="/opt/venv/bin:${PATH}" \ UV_PYTHON_DOWNLOADS=0 \