We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb4dfd commit 6f1fa3bCopy full SHA for 6f1fa3b
2 files changed
.pre-commit-config.yaml
@@ -95,7 +95,7 @@ repos:
95
- id: taplo-format
96
97
- repo: https://github.com/astral-sh/uv-pre-commit
98
- rev: 0.11.8
+ rev: 0.11.9
99
hooks:
100
- id: uv-lock
101
Dockerfile
@@ -1,5 +1,5 @@
1
# hadolint global ignore=DL3008
2
-FROM ghcr.io/astral-sh/uv:0.11.8@sha256:3b7b60a81d3c57ef471703e5c83fd4aaa33abcd403596fb22ab07db85ae91347 AS uv
+FROM ghcr.io/astral-sh/uv:0.11.9@sha256:6b6fa841d71a48fbc9e2c55651c5ad570e01104d7a7d701f57b2b22c0f58e9b1 AS uv
3
4
##
5
# base
0 commit comments