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.
1 parent 71807f3 commit 5db16deCopy full SHA for 5db16de
containers/docker/swarm-alpine/Dockerfile
@@ -8,8 +8,8 @@ FROM alpine:3.3
8
# Build go-ethereum on the fly and delete all build tools afterwards
9
RUN \
10
apk add --update go git make gcc musl-dev && \
11
- git clone https://github.com/ethersphere/go-ethereum && \
12
- (cd go-ethereum && git checkout s/sworm-rc3-update) && \
+ git clone https://github.com/ethereum/go-ethereum && \
+ (cd go-ethereum && git checkout swarm) && \
13
(cd go-ethereum && make geth) && \
14
cp go-ethereum/build/bin/geth /geth && \
15
apk del go git make gcc musl-dev && \
0 commit comments