build(docker): Use LTS versions of Node and MongoDB. (#17010)

pull/17011/head
Otto Jongerius 2018-04-03 17:45:02 +12:00 committed by mrugesh mohapatra
parent ee051d47bc
commit e63b58a581
1 changed files with 2 additions and 2 deletions

View File

@ -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: