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 Feb 11, 2025
1 parent 4862d06 commit 33a5eee
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 61 deletions.
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:20250129@sha256:043f303ad58cc51808a8fe59cfd465b85549ec16c96a9342822cfc7503664528 AS builder
FROM quay.io/fedora/python-313:20250205@sha256:2d6822184fdd560b3e905fa4151ea89dc31e4c14eab85f6f964a9e26c4e074c4 AS builder

# builder should use root to install/create all files
USER root
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ services:
retries: 30

waiverdb-db:
image: postgres:17.2-alpine@sha256:0bcc5bbbb2aa9c9b4c6505845918c7eb55d783cf5c1f434fac33012579fb149d
image: postgres:17.2-alpine@sha256:7e5df973a74872482e320dcbdeb055e178d6f42de0558b083892c50cda833c96
restart: always
env_file: ["docker/waiverdb-db.env"]
healthcheck:
<<: *dev-healthcheck
test: "pg_isready -U postgres"

keycloak:
image: quay.io/keycloak/keycloak:26.1.0@sha256:ac430f92e286fdcbef10bc8ea6e2b2472eae5838dc264221be338f6733453e70
image: quay.io/keycloak/keycloak:26.1.1@sha256:75ca4b2e4e954ff89c20ba8e5aeeef3bd0d250847fedb1c9752949823b319dda
ports:
- 127.0.0.1:5004:5004
- 127.0.0.1:8080:8080
Expand Down
116 changes: 58 additions & 58 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 33a5eee

Please sign in to comment.