Skip to content

Commit d5859cd

Browse files
Update all dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 7c5fc22 commit d5859cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919

2020
# Linter and formatter
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.14.14
22+
rev: v0.15.0
2323
hooks:
2424
- id: ruff
2525
args:
@@ -42,6 +42,6 @@ repos:
4242

4343
# renovate.json validator
4444
- repo: https://github.com/renovatebot/pre-commit-hooks
45-
rev: 43.2.1
45+
rev: 43.4.3
4646
hooks:
4747
- id: renovate-config-validator

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/fedora/python-313:20260128@sha256:a5b6ed33c1c093094e9cceaed2bf6b4a792734a3d44e1021bece82aae9323018 AS builder
1+
FROM quay.io/fedora/python-313:20260204@sha256:598f8ed357664b1a28977269f9c1d61bc605b6fa4dbc447a4c30c3aab8e032ba AS builder
22

33
# builder should use root to install/create all files
44
USER root

0 commit comments

Comments
 (0)