Skip to content

Commit

Permalink
Fix Docker by being specific about what version of Node should be use…
Browse files Browse the repository at this point in the history
…d. (DeviaVir#916)
  • Loading branch information
jshbrntt authored and DeviaVir committed Dec 18, 2017
1 parent d36aed8 commit 1bc3af8
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:latest
FROM node:8

RUN mkdir -p /app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion scripts/genetic_algo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:latest
FROM node:8



Expand Down

0 comments on commit 1bc3af8

Please sign in to comment.