Update dependency postgres to v15
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 2022-10-26 15:00:42 +00:00
parent 9908e005f0
commit cd5c69949d

View File

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