From 212ea4f93eff2a33ac9d4d3c38787a316bc33adc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 11:40:55 +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.17-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.17) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.11.17-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..c30bd5134e8 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.17-python3.11-trixie-slim AS deps ENV PATH="/opt/venv/bin:${PATH}" \ UV_PYTHON_DOWNLOADS=0 \