Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: redhat-renovate-bot <[email protected]>
  • Loading branch information
redhat-renovate-bot committed Jan 27, 2025
1 parent d8fb9aa commit b760aed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repos:

# Linter and formatter
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2
rev: v0.9.3
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -85,6 +85,6 @@ repos:

# renovate.json validator
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.119.2
rev: 39.134.0
hooks:
- id: renovate-config-validator
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/python-313:20250121@sha256:b3da35e2db8d1adf7564307d982142dbe2ce997cf4add5c475698758e86fbaae AS builder
FROM quay.io/fedora/python-313:20250124@sha256:a286aa6cd781433df2dc2367ceeb95d581e14772493fecf1bfccff0ee0294778 AS builder

# builder should use root to install/create all files
USER root
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
test: "pg_isready -U postgres || exit 1"

resultsdb:
image: quay.io/factory2/resultsdb@sha256:9abab48c2e7eb142d62ceaf166e84c4e913f51f5f5440a3f0724d19f0ff4fed8
image: quay.io/factory2/resultsdb@sha256:9af16f1e4e5318857f10b1d701f0d1b468a8be5b268ea703954203b57520ab3d
environment:
- GREENWAVE_LISTENERS=${GREENWAVE_LISTENERS:-1}
command: ["bash", "-c", "/start.sh"]
Expand Down

0 comments on commit b760aed

Please sign in to comment.