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
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:
@@ -48,7 +48,7 @@ services:
|
||||
- back-tier
|
||||
|
||||
db:
|
||||
image: postgres:15-alpine
|
||||
image: postgres:16-alpine
|
||||
environment:
|
||||
POSTGRES_USER: "postgres"
|
||||
POSTGRES_PASSWORD: "postgres"
|
||||
|
||||
@@ -62,7 +62,7 @@ services:
|
||||
- back-tier
|
||||
|
||||
db:
|
||||
image: postgres:15-alpine
|
||||
image: postgres:16-alpine
|
||||
environment:
|
||||
POSTGRES_USER: "postgres"
|
||||
POSTGRES_PASSWORD: "postgres"
|
||||
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
- back-tier
|
||||
|
||||
db:
|
||||
image: postgres:9.6
|
||||
image: postgres:16.2
|
||||
environment:
|
||||
POSTGRES_USER: "postgres"
|
||||
POSTGRES_PASSWORD: "postgres"
|
||||
|
||||
Reference in New Issue
Block a user