diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8cc7e45..a968ad9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,7 +55,7 @@ repos: - id: actionlint - repo: https://github.com/editorconfig-checker/editorconfig-checker - rev: v3.5.0 + rev: v3.6.0 hooks: - id: editorconfig-checker @@ -95,7 +95,7 @@ repos: - id: taplo-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.11 + rev: 0.9.12 hooks: - id: uv-lock diff --git a/Dockerfile b/Dockerfile index 027c65e..88927f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # hadolint global ignore=DL3008 -FROM ghcr.io/astral-sh/uv:0.9.11@sha256:5aa820129de0a600924f166aec9cb51613b15b68f1dcd2a02f31a500d2ede568 AS uv +FROM ghcr.io/astral-sh/uv:0.9.12@sha256:0eaa66c625730a3b13eb0b7bfbe085ed924b5dca6240b6f0632b4256cfb53f31 AS uv ## # base