Skip to content

Commit

Permalink
Update Docker node version and make sure Travis' version is the same
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnHols committed Aug 1, 2017
1 parent 9a6cefa commit efc0226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8.0.0-alpine
FROM node:8.2.1-alpine
ENV NODE_ENV=production
RUN mkdir -p /usr/src/wowanalyzer
COPY . /usr/src/wowanalyzer
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: node_js
services:
- docker
node_js:
- '8'
- '8.2.1'
cache:
directories:
- node_modules
Expand Down

0 comments on commit efc0226

Please sign in to comment.