Update postgres Docker tag to v15
This commit is contained in:
committed by
Ryan Williams
parent
feaeec145d
commit
0ea146d2fe
@@ -38,7 +38,7 @@ jobs:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:14
|
image: postgres:15
|
||||||
env:
|
env:
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
options: >-
|
options: >-
|
||||||
|
|||||||
+1
-1
@@ -15,7 +15,7 @@ services:
|
|||||||
- db
|
- db
|
||||||
- redis
|
- redis
|
||||||
db:
|
db:
|
||||||
image: postgres:14
|
image: postgres:15
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user