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