Skip to content

Commit

Permalink
fix(ci): switch Docker to Node v10.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Aug 6, 2018
1 parent 6967ef7 commit d6d5934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:9.5.0
FROM node:10.4.1
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
ENV PATH="/usr/src/app/node_modules/.bin:${PATH}"
Expand Down

0 comments on commit d6d5934

Please sign in to comment.