Update postgres Docker tag to v16
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 2023-09-15 21:31:23 +00:00
parent 461c3a85ec
commit b23f6312dd

View File

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