chore(deps): update postgres docker tag to v17.6
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-08-14 21:12:08 +00:00
parent f55c9cddba
commit 90adf38d44

View File

@@ -3,7 +3,7 @@ name: ${EX_TRAINER_PROJECT_NAME:-ex_trainer}
services:
db:
image: 'postgres:17.5-alpine'
image: 'postgres:17.6-alpine'
hostname: &db_host db
init: true
environment: