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
2
2
3
3
RUN \
4
4
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 && \
6
6
(cd go-ethereum && make geth) && \
7
7
cp go-ethereum/build/bin/geth /geth && \
8
8
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
5
5
RUN \
6
6
apt-get update && apt-get upgrade -q -y && \
7
7
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 && \
9
9
(cd go-ethereum && make geth) && \
10
10
cp go-ethereum/build/bin/geth /geth && \
11
11
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