From 55dbb50babc810876af53217f63071f9d97af352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 09:24:40 +0000 Subject: [PATCH] build(deps): bump astral-sh/uv from 0.11.32 to 0.12.4 in /controller Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.11.32 to 0.12.4. - [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.4) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.12.4 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..822ec9e 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.4 AS uv FROM python:3.14-slim-bookworm LABEL org.opencontainers.image.title="Devboxes Controller" \