From 241d7053b070c8c7af34210cddeca92105902f97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 03:14:15 +0000 Subject: [PATCH] Bump astral-sh/uv from 0.11.26 to 0.11.28 in /controller Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.11.26 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.11.26...0.11.28) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.11.28 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 033bc09..f20008c 100644 --- a/controller/Dockerfile +++ b/controller/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.7 -FROM ghcr.io/astral-sh/uv:0.11.26 AS uv +FROM ghcr.io/astral-sh/uv:0.11.28 AS uv FROM python:3.14-slim-bookworm LABEL org.opencontainers.image.title="Devboxes Controller" \