From 19637e4bb13e0e5c59db8b2cf2573e7a3695da91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 00:16:23 +0000 Subject: [PATCH] build(deps): bump astral-sh/uv in the container-images group Bumps the container-images group with 1 update: [astral-sh/uv](https://github.com/astral-sh/uv). Updates `astral-sh/uv` from 0.12.5 to 0.12.7 - [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.12.5...0.12.7) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.12.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: container-images ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0974a1c..75bc5fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # COPY --from=<イメージ> は Dependabot が解析しないため、ステージとして持ち込む -FROM ghcr.io/astral-sh/uv:0.12.5 AS uv +FROM ghcr.io/astral-sh/uv:0.12.7 AS uv # タグに Debian のコードネームを書く。無印の python:3.14.7-slim は既定のスイートを # 指すエイリアスで、上流が既定を切り替えると土台の Debian が黙って変わるため