chore(deps): update postgres docker tag to v17

This commit is contained in:
renovate[bot] 2025-07-31 21:47:40 +00:00 committed by GitHub
parent bde53d73d0
commit d697bda006
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ jobs:
test: test:
services: services:
postgres: postgres:
image: postgres:16 image: postgres:17
ports: ["5432:5432"] ports: ["5432:5432"]
env: env:
POSTGRES_PASSWORD: password POSTGRES_PASSWORD: password