We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 067dc2c + 3ecde4e commit 310d2e7Copy full SHA for 310d2e7
containers/docker/master-alpine/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.5
2
3
RUN \
4
apk add --update go git make gcc musl-dev linux-headers ca-certificates && \
5
- git clone --depth 1 --branch release/1.5 https://github.com/ethereum/go-ethereum && \
+ git clone --depth 1 --branch release/1.6 https://github.com/ethereum/go-ethereum && \
6
(cd go-ethereum && make geth) && \
7
cp go-ethereum/build/bin/geth /geth && \
8
apk del go git make gcc musl-dev linux-headers && \
0 commit comments