Update postgres Docker tag to v16 #18
@@ -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