Update postgres Docker tag to v15.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 2022-11-11 08:41:14 +00:00
parent cd5c69949d
commit 62808a05ed

View File

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