Update postgres Docker tag to v17
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2024-09-29 00:28:12 +00:00
parent f326cbec47
commit 2b4beba134

View File

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