chore(deps): update postgres docker tag to v17

This commit is contained in:
renovate[bot] 2024-12-27 12:20:44 +00:00 committed by GitHub
parent 842e1628a3
commit 9866f5979a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: "3"
services:
db:
image: postgres:16
image: postgres:17
ports:
- "5432:5432"
environment: