We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c2ea2 commit 73337c3Copy full SHA for 73337c3
.pre-commit-config.yaml
@@ -50,7 +50,7 @@ repos:
50
- id: gitleaks
51
52
- repo: https://github.com/rhysd/actionlint
53
- rev: v1.7.8
+ rev: v1.7.9
54
hooks:
55
- id: actionlint
56
@@ -95,7 +95,7 @@ repos:
95
- id: taplo-format
96
97
- repo: https://github.com/astral-sh/uv-pre-commit
98
- rev: 0.9.10
+ rev: 0.9.11
99
100
- id: uv-lock
101
Dockerfile
@@ -1,5 +1,5 @@
1
# hadolint global ignore=DL3008
2
-FROM ghcr.io/astral-sh/uv:0.9.10@sha256:29bd45092ea8902c0bbb7f0a338f0494a382b1f4b18355df5be270ade679ff1d AS uv
+FROM ghcr.io/astral-sh/uv:0.9.11@sha256:5aa820129de0a600924f166aec9cb51613b15b68f1dcd2a02f31a500d2ede568 AS uv
3
4
##
5
# base
0 commit comments