From 7316bf42b7c9028bbb2c7bc49b3fe502687d7208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:26:03 +0000 Subject: [PATCH] Bump astral-sh/uv from 0.11.28 to 0.11.29 in /workspace 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] --- workspace/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/Dockerfile b/workspace/Dockerfile index 39fdcf2..aa8e9a7 100644 --- a/workspace/Dockerfile +++ b/workspace/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.7 FROM rust:1.97-bookworm AS rust-toolchain FROM node:24.18-bookworm AS node-toolchain -FROM ghcr.io/astral-sh/uv:0.11.28 AS uv-toolchain +FROM ghcr.io/astral-sh/uv:0.11.29 AS uv-toolchain FROM python:3.14-bookworm LABEL org.opencontainers.image.title="Devboxes Workspace" \