aboutsummaryrefslogtreecommitdiffstats
path: root/containers/docker/master-alpine/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'containers/docker/master-alpine/Dockerfile')
-rw-r--r--containers/docker/master-alpine/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/containers/docker/master-alpine/Dockerfile b/containers/docker/master-alpine/Dockerfile
index 5131c473a..0db583a43 100644
--- a/containers/docker/master-alpine/Dockerfile
+++ b/containers/docker/master-alpine/Dockerfile
@@ -1,7 +1,7 @@
-FROM alpine:3.4
+FROM alpine:3.5
RUN \
- apk add --update go git make gcc musl-dev && \
+ apk add --update go git make gcc musl-dev ca-certificates && \
git clone --depth 1 --branch release/1.5 https://github.com/ethereum/go-ethereum && \
(cd go-ethereum && make geth) && \
cp go-ethereum/build/bin/geth /geth && \