From a98ddd85caead9618db9101442b2225510c2b877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 02:07:18 +0000 Subject: [PATCH] chore(deps): bump the routine group across 2 directories with 1 update Bumps the routine group with 1 update in the / directory: [astral-sh/uv](https://github.com/astral-sh/uv). Bumps the routine group with 1 update in the /docker/gateway directory: [astral-sh/uv](https://github.com/astral-sh/uv). Updates `astral-sh/uv` from 0.12.17 to 0.12.18 - [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.12.17...0.12.18) Updates `astral-sh/uv` from 0.12.17 to 0.12.18 - [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.12.17...0.12.18) Updates `astral-sh/uv` from 0.12.17 to 0.12.18 - [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.12.17...0.12.18) Updates `astral-sh/uv` from 0.12.17 to 0.12.18 - [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.12.17...0.12.18) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.12.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: routine - dependency-name: astral-sh/uv dependency-version: 0.12.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: routine ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- docker/gateway/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c30014b..2773193 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.26.0@sha256:ecfaec9ed6d810b56388c508f4121597bfbba70d41a6dfeee4d8cad5f295fc32 # Build tooling stays in the dependency stage. Runtime inputs share Python's ABI. -FROM ghcr.io/astral-sh/uv:0.12.17@sha256:10787c682e4184e4f290de1171fd4703dc63de99221f10fe1c99002ce7fa9acc AS uv +FROM ghcr.io/astral-sh/uv:0.12.18@sha256:3adc3706091ce7c2fe595e669628caedd6d951551b92b258b7e7dbe06d9440bc AS uv FROM python:3.12.14-slim-bookworm@sha256:782412e85d0f0984994c290652577d4018aff08145c85b262bb63dc0c7522254 AS dependencies WORKDIR /app ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy UV_PYTHON_DOWNLOADS=never diff --git a/docker/gateway/Dockerfile b/docker/gateway/Dockerfile index 24aadd7..a557979 100644 --- a/docker/gateway/Dockerfile +++ b/docker/gateway/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.26.0@sha256:ecfaec9ed6d810b56388c508f4121597bfbba70d41a6dfeee4d8cad5f295fc32 -FROM ghcr.io/astral-sh/uv:0.12.17@sha256:10787c682e4184e4f290de1171fd4703dc63de99221f10fe1c99002ce7fa9acc AS uv +FROM ghcr.io/astral-sh/uv:0.12.18@sha256:3adc3706091ce7c2fe595e669628caedd6d951551b92b258b7e7dbe06d9440bc AS uv FROM ghcr.io/berriai/litellm:v1.102.1@sha256:87f34979b9f8cb274fac90ca8a4fdda07d8480de22755562a26adeb95ce20d02 AS runtime-files # Vendor 1.102.0 predates these compatible fixes. Remove the Python overrides # when a supported vendor image contains them; dependency consistency gates it.