From 446fad9c5d61db714442f52b9484b2a2d3d84427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:25:52 +0000 Subject: [PATCH] build(deps): bump astral-sh/uv from 0.11.28 to 0.11.32 in /workspace Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.11.28 to 0.11.32. - [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.32) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.11.32 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..88294d6 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.32 AS uv-toolchain FROM python:3.14-bookworm LABEL org.opencontainers.image.title="Devboxes Workspace" \