We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20518a3 + 6b342eb commit 4ad35cbCopy full SHA for 4ad35cb
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/astral-sh/uv:0.8.22-python3.13-bookworm-slim@sha256:c4a67221d74ad160ddf4e114804bda0f8dd2d2e1aa5c16e0817cf8530ff8f5f6 AS base
+FROM ghcr.io/astral-sh/uv:0.8.23-python3.13-bookworm-slim@sha256:49350a48905a0d217baa0bd8a286c7335cd0b13ce08d82f266834020315a1271 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.22"
+required-version = "0.8.23"
46
[[tool.uv.index]]
47
name = "pypi"
48
url = "https://pypi.org/simple"
0 commit comments