Skip to content

Commit d377ebe

Browse files
massongitclaude
andcommitted
fix: uv 0.10.0でbookworm-slimタグが廃止されたためtrixie-slimに変更
uv 0.10.0でghcr.io/astral-sh/uvのbookworm-slimタグが廃止され( astral-sh/uv#17755 )、 trixie-slimに変更されたため、スクリプトのタグ指定を更新。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9f8fd3a commit d377ebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/deploy_hato_bot/update_uv_version/get_uv_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ set -e
44
uv_version=$(docker run --rm ghcr.io/dependabot/dependabot-updater-uv uv --version | sed -e 's/^uv //g')
55
sed -i -e "s/required-version = .*/required-version = \"$uv_version\"/g" pyproject.toml
66
image_name=ghcr.io/astral-sh/uv
7-
image_tag=$image_name:$uv_version-python3.14-bookworm-slim
7+
image_tag=$image_name:$uv_version-python3.14-trixie-slim
88
docker pull "$image_tag"
99
sed -i -e "s?^FROM $image_name:.[^ ]* ?FROM $image_tag$(docker inspect "$image_tag" | yq '.[0].RepoDigests[0]' | sed -e "s:^$image_name::g") ?g" Dockerfile

0 commit comments

Comments
 (0)