Update postgres Docker tag to v17
All checks were successful
renovate / renovate (push) Successful in 2m40s
All checks were successful
renovate / renovate (push) Successful in 2m40s
This commit was merged in pull request #169.
This commit is contained in:
@@ -48,7 +48,7 @@ services:
|
||||
- back-tier
|
||||
|
||||
db:
|
||||
image: postgres:16-alpine
|
||||
image: postgres:17-alpine
|
||||
environment:
|
||||
POSTGRES_USER: "postgres"
|
||||
POSTGRES_PASSWORD: "postgres"
|
||||
|
||||
@@ -62,7 +62,7 @@ services:
|
||||
- back-tier
|
||||
|
||||
db:
|
||||
image: postgres:16-alpine
|
||||
image: postgres:17-alpine
|
||||
environment:
|
||||
POSTGRES_USER: "postgres"
|
||||
POSTGRES_PASSWORD: "postgres"
|
||||
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
- back-tier
|
||||
|
||||
db:
|
||||
image: postgres:16.4
|
||||
image: postgres:17.0
|
||||
environment:
|
||||
POSTGRES_USER: "postgres"
|
||||
POSTGRES_PASSWORD: "postgres"
|
||||
|
||||
Reference in New Issue
Block a user