We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5fc22 commit d5859cdCopy full SHA for d5859cd
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
20
# Linter and formatter
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.14.14
+ rev: v0.15.0
23
hooks:
24
- id: ruff
25
args:
@@ -42,6 +42,6 @@ repos:
42
43
# renovate.json validator
44
- repo: https://github.com/renovatebot/pre-commit-hooks
45
- rev: 43.2.1
+ rev: 43.4.3
46
47
- id: renovate-config-validator
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/fedora/python-313:20260128@sha256:a5b6ed33c1c093094e9cceaed2bf6b4a792734a3d44e1021bece82aae9323018 AS builder
+FROM quay.io/fedora/python-313:20260204@sha256:598f8ed357664b1a28977269f9c1d61bc605b6fa4dbc447a4c30c3aab8e032ba AS builder
2
3
# builder should use root to install/create all files
4
USER root
0 commit comments