Skip to content

Commit d1cfb8f

Browse files
authored
Merge pull request #6479 from dev-hato/fix-uv-version-fix_pull
uvのバージョンを直してあげたよ! #6474
2 parents d377ebe + 136ebc5 commit d1cfb8f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/astral-sh/uv:0.9.18-python3.14-bookworm-slim@sha256:6fc12e5d7e7714cbde63532489515adb128632d6ba8c502b52bd30bc064419bb AS base
1+
FROM ghcr.io/astral-sh/uv:0.10.9-python3.14-trixie-slim@sha256:009e0a24546776dc561c4058a3e643839a16a59b61469dd9ebfb620e79e8ac9a AS base
22

33
# バージョン情報に表示する commit hash を埋め込む
44
FROM base AS commit-hash

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dev = [
4242
]
4343

4444
[tool.uv]
45-
required-version = "0.9.18"
45+
required-version = "0.10.9"
4646
[[tool.uv.index]]
4747
name = "pypi"
4848
url = "https://pypi.org/simple"

0 commit comments

Comments
 (0)