Skip to content

Commit 2c2099b

Browse files
Update all dependencies (#353)
Signed-off-by: redhat-renovate-bot <redhat-internal-renovate@redhat.com>
1 parent 2287432 commit 2c2099b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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.12.2
22+
rev: v0.12.4
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: 41.23.5
45+
rev: 41.40.0
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:20250702@sha256:5016d9efc70e99363a10205f33ffc6276a8fa7106f692678cacc3478505ee472 AS builder
1+
FROM quay.io/fedora/python-313:20250716@sha256:3d229a9b58a9f5245d5696d7f817309ecfb2da2d92cc11cdad5a25308164421b AS builder
22

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

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
- jaeger
2929

3030
plm-db:
31-
image: postgres:17.5-alpine@sha256:fbe21607052bb5c298674f2fd8cf044a63aa3ddf50b81627f894f91f40f50bcb
31+
image: postgres:17.5-alpine@sha256:6567bca8d7bc8c82c5922425a0baee57be8402df92bae5eacad5f01ae9544daa
3232
volumes:
3333
- ./docker/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d:ro,z
3434
restart: always

0 commit comments

Comments
 (0)