Merge pull request 'Update postgres Docker tag to v16' (#18) from renovate/postgres-16.x into main
All checks were successful
renovate / renovate (push) Successful in 29s

Reviewed-on: #18
This commit was merged in pull request #18.
This commit is contained in:
2024-04-09 01:38:49 +00:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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