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