From b1bce49a22fda72cc97fe2f132e9c115ec1b173b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 01:10:47 +0000 Subject: [PATCH] build(deps): bump the docker group across 1 directory with 2 updates Bumps the docker group with 2 updates in the / directory: [astral-sh/uv](https://github.com/astral-sh/uv) and python. Updates `astral-sh/uv` from 0.8.15 to 0.11.28 - [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.8.15...0.11.28) Updates `python` from 3.12-slim to 3.14-slim --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.11.26 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a12b153..6ae1aab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM ghcr.io/astral-sh/uv:0.8.15 AS uv +FROM ghcr.io/astral-sh/uv:0.11.28 AS uv -FROM python:3.12-slim +FROM python:3.14-slim RUN apt-get update \ && apt-get install -y --no-install-recommends libsndfile1 \