We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00e4ca5 + f4ed6db commit 7eb84c7Copy full SHA for 7eb84c7
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/astral-sh/uv:0.8.12-python3.13-bookworm-slim@sha256:331195201d60ef31747ed768b6f4b8acc8053477a917432566813ad9005c76a5 AS base
+FROM ghcr.io/astral-sh/uv:0.8.13-python3.13-bookworm-slim@sha256:020e9eefae64e99ea2da39bcd1af1294be0a0b01e98ebad4dbedfd8b729500f7 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.8.12"
+required-version = "0.8.13"
46
[[tool.uv.index]]
47
name = "pypi"
48
url = "https://pypi.org/simple"
0 commit comments