From 62453002c21687dfd2c17bced7d668242f4bf7a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 22:33:25 +0000 Subject: [PATCH] chore(deps): bump astral-sh/uv from 0.11 to 0.12 Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.11 to 0.12. - [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.0...0.12.0) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: '0.12' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile old mode 100755 new mode 100644 index 510d20d..58f7a1e --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM ghcr.io/astral-sh/uv:0.11 AS uv +FROM ghcr.io/astral-sh/uv:0.12 AS uv # ---- builder ---------------------------------------------------------------- FROM python:3.13-slim AS builder