We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d377ebe + 136ebc5 commit d1cfb8fCopy full SHA for d1cfb8f
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/astral-sh/uv:0.9.18-python3.14-bookworm-slim@sha256:6fc12e5d7e7714cbde63532489515adb128632d6ba8c502b52bd30bc064419bb AS base
+FROM ghcr.io/astral-sh/uv:0.10.9-python3.14-trixie-slim@sha256:009e0a24546776dc561c4058a3e643839a16a59b61469dd9ebfb620e79e8ac9a AS base
2
3
# バージョン情報に表示する commit hash を埋め込む
4
FROM base AS commit-hash
pyproject.toml
@@ -42,7 +42,7 @@ dev = [
42
]
43
44
[tool.uv]
45
-required-version = "0.9.18"
+required-version = "0.10.9"
46
[[tool.uv.index]]
47
name = "pypi"
48
url = "https://pypi.org/simple"
0 commit comments