Skip to content

Commit

Permalink
Update Node.js to v8.16.1 (#1528)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and belcherj committed Sep 24, 2019
1 parent 2a30634 commit e1959ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ version: '2'

services:
install:
image: node:8.16.0
image: node:8.16.1
command: npm install
volumes:
- $PWD:/app
working_dir: /app

dev:
image: node:8.16.0
image: node:8.16.1
command: npm start
ports:
- "4000:4000"
Expand Down

0 comments on commit e1959ba

Please sign in to comment.