From 705d93532df0b8787da9ba78e0341058930c6382 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Wed, 4 Oct 2017 08:00:29 +0100 Subject: [PATCH] Stop using our fork --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a36111b..59cb09f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN VERSION=$(cat /tmp/VERSION) && \ apk add --no-cache git build-base openssl && \ apk add --no-cache --repository http://nl.alpinelinux.org/alpine/edge/testing leveldb-dev && \ pip install aiohttp pylru plyvel && \ - git clone https://github.com/lukechilds/electrumx.git && \ + git clone -b $VERSION https://github.com/kyuupichan/electrumx.git && \ cd electrumx && \ python setup.py install && \ apk del git build-base && \