File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM alpine:3.7
22
33RUN \
44 apk add --update go git make gcc musl-dev linux-headers ca-certificates && \
5- git clone --depth 1 --branch release/1.7 https://github.com/ethereum/go-ethereum && \
5+ git clone --depth 1 --branch release/1.8 https://github.com/ethereum/go-ethereum && \
66 (cd go-ethereum && make geth) && \
77 cp go-ethereum/build/bin/geth /geth && \
88 apk del go git make gcc musl-dev linux-headers && \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ENV PATH=/usr/lib/go-1.9/bin:$PATH
55RUN \
66 apt-get update && apt-get upgrade -q -y && \
77 apt-get install -y --no-install-recommends golang-1.9 git make gcc libc-dev ca-certificates && \
8- git clone --depth 1 --branch release/1.7 https://github.com/ethereum/go-ethereum && \
8+ git clone --depth 1 --branch release/1.8 https://github.com/ethereum/go-ethereum && \
99 (cd go-ethereum && make geth) && \
1010 cp go-ethereum/build/bin/geth /geth && \
1111 apt-get remove -y golang-1.9 git make gcc libc-dev && apt autoremove -y && apt-get clean && \
You can’t perform that action at this time.
0 commit comments