Skip to content

Commit

Permalink
Pin node to v11 to work around #2
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Jul 23, 2019
1 parent c3c4414 commit 59baba5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM node:alpine
# Node 11 until dynalite is upgraded to leveldown^5 #2 mhart/dynalite#112
FROM node:11-alpine

COPY package.json package-lock.json /

Expand Down

0 comments on commit 59baba5

Please sign in to comment.