From a403ad17811479018fb919cbd8e56b9f23784afd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:22:36 +0000 Subject: [PATCH] build(deps): bump astral-sh/uv from 0.11.32 to 0.12.0 in /controller Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.11.32 to 0.12.0. - [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.32...0.12.0) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- controller/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/Dockerfile b/controller/Dockerfile index 273500d..e9507f3 100644 --- a/controller/Dockerfile +++ b/controller/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.7 -FROM ghcr.io/astral-sh/uv:0.11.32 AS uv +FROM ghcr.io/astral-sh/uv:0.12.0 AS uv FROM python:3.14-slim-bookworm LABEL org.opencontainers.image.title="Devboxes Controller" \