Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
feat(docker): Use node 10 in the Docker image.
Browse files Browse the repository at this point in the history
fixes #6973
  • Loading branch information
Shane Tomlinson committed Mar 6, 2019
1 parent e88aa12 commit e924c6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,8 +1,6 @@
language: node_js

node_js:
- "8"
- "10"
node_js: "10"

services:
- redis-server
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-build
@@ -1,4 +1,4 @@
FROM node:8-alpine
FROM node:10-alpine

RUN npm install -g npm@6 && rm -rf ~app/.npm /tmp/*

Expand Down

0 comments on commit e924c6b

Please sign in to comment.