Update postgres Docker tag to v16.2
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-02-13 18:42:08 +00:00
parent 82e8b2b810
commit ae25c0d42e

View File

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