We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe9988 commit be0e807Copy full SHA for be0e807
2 files changed
.pre-commit-config.yaml
@@ -65,7 +65,7 @@ repos:
65
- id: hadolint-docker
66
67
- repo: https://github.com/DavidAnson/markdownlint-cli2
68
- rev: v0.20.0
+ rev: v0.21.0
69
hooks:
70
- id: markdownlint-cli2
71
args: [--fix]
@@ -95,7 +95,7 @@ repos:
95
- id: taplo-format
96
97
- repo: https://github.com/astral-sh/uv-pre-commit
98
- rev: 0.10.2
+ rev: 0.10.3
99
100
- id: uv-lock
101
Dockerfile
@@ -1,5 +1,5 @@
1
# hadolint global ignore=DL3008
2
-FROM ghcr.io/astral-sh/uv:0.10.2@sha256:94a23af2d50e97b87b522d3cea24aaf8a1faedec1344c952767434f69585cbf9 AS uv
+FROM ghcr.io/astral-sh/uv:0.10.3@sha256:7a88d4c4e6f44200575000638453a5a381db0ae31ad5c3a51b14f8687c9d93a3 AS uv
3
4
##
5
# base
0 commit comments