We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 083f8eb + 4e32e3a commit 16333b0Copy full SHA for 16333b0
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/astral-sh/uv:0.9.1-python3.13-bookworm-slim@sha256:bf39f30fb4598ceff268ef845db12d8ea373405b4fbe99056dd198dcfc7c61af AS base
+FROM ghcr.io/astral-sh/uv:0.9.3-python3.13-bookworm-slim@sha256:9649b83281a34576c02bb698e341b96920eceff8f52a5bab9d73af55388b381a 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.1"
+required-version = "0.9.3"
46
[[tool.uv.index]]
47
name = "pypi"
48
url = "https://pypi.org/simple"
0 commit comments