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 04eac7c commit 973e4e0Copy full SHA for 973e4e0
.pre-commit-config.yaml
@@ -50,7 +50,7 @@ repos:
50
- id: gitleaks
51
52
- repo: https://github.com/rhysd/actionlint
53
- rev: v1.7.9
+ rev: v1.7.10
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.20
+ rev: 0.9.21
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.20@sha256:81f1a183fbdd9cec1498b066a32f0da043d4a9dda12b8372c7bfd183665e485d AS uv
+FROM ghcr.io/astral-sh/uv:0.9.21@sha256:15f68a476b768083505fe1dbfcc998344d0135f0ca1b8465c4760b323904f05a AS uv
3
4
##
5
# base
0 commit comments