Update postgres Docker tag to v15.3
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-05-11 20:47:35 +00:00
parent e01d845e00
commit 5bc34b795a

View File

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