Update postgres Docker tag to v17.5

This commit is contained in:
2025-05-09 00:22:55 +00:00
parent ab651bc457
commit 0e48e858c6

View File

@@ -10,7 +10,7 @@ services:
depends_on:
- db
db:
image: postgres:17.4
image: postgres:17.5
restart: always
env_file: ".env"
volumes: