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

This commit is contained in:
Otto Jongerius
2018-04-03 17:45:02 +12:00
committed by mrugesh mohapatra
parent ee051d47bc
commit e63b58a581

View File

@ -10,7 +10,7 @@
version: "3" version: "3"
services: services:
freecodecamp: freecodecamp:
image: node:8.9.4 image: node:8.10
depends_on: depends_on:
- db - db
- mailhog - mailhog
@ -27,7 +27,7 @@ services:
ports: ports:
- "3000:3000" - "3000:3000"
db: db:
image: mongo:3.2.6 image: mongo:3.6
ports: ports:
- "27017:27017" - "27017:27017"
mailhog: mailhog: