Update postgres Docker tag to v17 #169

Merged
renovate merged 1 commits from renovate/postgres-17.x into main 2024-11-03 02:03:11 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ services:
- back-tier
db:
image: postgres:16-alpine
image: postgres:17-alpine
environment:
POSTGRES_USER: "postgres"
POSTGRES_PASSWORD: "postgres"

View File

@@ -62,7 +62,7 @@ services:
- back-tier
db:
image: postgres:16-alpine
image: postgres:17-alpine
environment:
POSTGRES_USER: "postgres"
POSTGRES_PASSWORD: "postgres"

View File

@@ -45,7 +45,7 @@ services:
- back-tier
db:
image: postgres:16.4
image: postgres:17.0
environment:
POSTGRES_USER: "postgres"
POSTGRES_PASSWORD: "postgres"