Update postgres Docker tag to v17.1
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-11-15 01:26:48 +00:00
parent 2b4beba134
commit e9e5e77359

View File

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