aboutsummaryrefslogtreecommitdiffstats
path: root/containers/docker/develop-alpine/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'containers/docker/develop-alpine/Dockerfile')
-rw-r--r--containers/docker/develop-alpine/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/containers/docker/develop-alpine/Dockerfile b/containers/docker/develop-alpine/Dockerfile
index 1f3e1112e..978dad442 100644
--- a/containers/docker/develop-alpine/Dockerfile
+++ b/containers/docker/develop-alpine/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.7
RUN \
apk add --update go git make gcc musl-dev linux-headers ca-certificates && \
- git clone --depth 1 https://github.com/ethereum/go-ethereum && \
+ git clone --depth 1 https://github.com/dexon-foundation/dexon && \
(cd go-ethereum && make geth) && \
cp go-ethereum/build/bin/geth /geth && \
apk del go git make gcc musl-dev linux-headers && \