chore(deps): update postgres docker tag to v17

This commit is contained in:
renovate[bot]
2024-09-27 03:27:14 +00:00
committed by Ryan Williams
parent 70eea08fe7
commit 4a27dddc72
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
services: services:
postgres: postgres:
image: postgres:16 image: postgres:17
env: env:
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres
options: >- options: >-
+1 -1
View File
@@ -19,7 +19,7 @@ services:
redis: redis:
condition: service_started condition: service_started
db: db:
image: postgres:16 image: postgres:17
ports: ports:
- "5432:5432" - "5432:5432"
environment: environment: