build(docker): Use LTS versions of Node and MongoDB. (#17010)
This commit is contained in:
committed by
mrugesh mohapatra
parent
ee051d47bc
commit
e63b58a581
@ -10,7 +10,7 @@
|
||||
version: "3"
|
||||
services:
|
||||
freecodecamp:
|
||||
image: node:8.9.4
|
||||
image: node:8.10
|
||||
depends_on:
|
||||
- db
|
||||
- mailhog
|
||||
@ -27,7 +27,7 @@ services:
|
||||
ports:
|
||||
- "3000:3000"
|
||||
db:
|
||||
image: mongo:3.2.6
|
||||
image: mongo:3.6
|
||||
ports:
|
||||
- "27017:27017"
|
||||
mailhog:
|
||||
|
Reference in New Issue
Block a user