Skip to content

Commit

Permalink
Merge pull request #32 from enigmampc/node10
Browse files Browse the repository at this point in the history
MAINT: downgrade to Node v10
  • Loading branch information
lacabra authored Sep 9, 2019
2 parents bab4ff9 + 8d483cb commit 12e9fd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions enigma-contract/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:11 as runtime
FROM node:10 as runtime

LABEL maintainer='info@enigma.co'

Expand All @@ -12,7 +12,7 @@ RUN yarn global add ganache-cli truffle

WORKDIR /root/enigma-contract

RUN npm install
RUN yarn install
RUN cd enigma-js && yarn install

WORKDIR /root
Expand Down
2 changes: 1 addition & 1 deletion enigma-p2p/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:11 as runtime
FROM node:10 as runtime

LABEL maintainer='info@enigma.co'

Expand Down

0 comments on commit 12e9fd2

Please sign in to comment.