Update Postgres to 15.13
Some checks failed
/ Ansible Lint (push) Failing after 1m52s

This commit is contained in:
chris 2025-05-20 20:24:29 +02:00
commit 8ff457b01e
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ services:
- "8080:8080"
db:
image: postgres:15.12
image: postgres:15.13
restart: unless-stopped
networks:
- keycloak