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