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

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| postgres | minor | `17.5-alpine` -> `17.6-alpine` |

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40Mi41IiwidXBkYXRlZEluVmVyIjoiNDEuNDIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #170
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
This commit is contained in:
2025-08-17 13:15:05 +00:00
committed by João Paulo Dubas
parent f55c9cddba
commit b0ac76fd45

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: