From 4faaad4d1ce60a2af1bf9ba0ff38cf93008014cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:24:13 +0000 Subject: [PATCH] build(deps): bump astral-sh/uv from 0.11.32 to 0.12.0 in /workspace Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.11.32 to 0.12.0. - [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.0) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- workspace/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/Dockerfile b/workspace/Dockerfile index 88294d6..9904a9f 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.32 AS uv-toolchain +FROM ghcr.io/astral-sh/uv:0.12.0 AS uv-toolchain FROM python:3.14-bookworm LABEL org.opencontainers.image.title="Devboxes Workspace" \