Update postgres Docker tag to v17.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 2025-02-14 01:32:21 +00:00
parent d983a81c14
commit 0f5e0ae011

View File

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