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:
postgres:
image: postgres:16
image: postgres:17
env:
POSTGRES_PASSWORD: postgres
options: >-
+1 -1
View File
@@ -19,7 +19,7 @@ services:
redis:
condition: service_started
db:
image: postgres:16
image: postgres:17
ports:
- "5432:5432"
environment: