Merge pull request 'chore(deps): update postgres docker tag to v17.5' (!176) from renovate/all-minor-patch into main

Reviewed-on: #176
Reviewed-by: Jan-Marlon Leibl <jleibl@proton.me>
This commit is contained in:
Jan-Marlon Leibl 2025-05-14 06:58:54 +00:00
commit 991ff11fed
No known key found for this signature in database
GPG key ID: 944223E4D46B7412
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ volumes:
services: services:
db: db:
image: postgres:17.4 image: postgres:17.5
container_name: casino-db container_name: casino-db
restart: unless-stopped restart: unless-stopped
volumes: volumes:

View file

@ -3,7 +3,7 @@ volumes:
services: services:
db: db:
image: postgres:17.4 image: postgres:17.5
container_name: casino-db container_name: casino-db
restart: unless-stopped restart: unless-stopped
volumes: volumes: