From 1963418451110300680f9d71b0b4c87601e9abbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:25:25 +0000 Subject: [PATCH] Bump astral-sh/uv from 0.11.28 to 0.11.29 in /controller Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.11.28 to 0.11.29. - [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.28...0.11.29) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.11.29 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- controller/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/Dockerfile b/controller/Dockerfile index f20008c..b5c5b2e 100644 --- a/controller/Dockerfile +++ b/controller/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.7 -FROM ghcr.io/astral-sh/uv:0.11.28 AS uv +FROM ghcr.io/astral-sh/uv:0.11.29 AS uv FROM python:3.14-slim-bookworm LABEL org.opencontainers.image.title="Devboxes Controller" \