aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-02-19 17:04:26 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-03-08 22:34:26 +0800
commit669aba8e2c630f1dc744c86dc01de7c0f79e417d (patch)
tree428a53ce0bd2aec28aa97e02b2b64a7ccc8d559d /Dockerfile
parent39c16c8a1e9292d26669ea4faeedc09ad4ece1ea (diff)
downloaddexon-669aba8e2c630f1dc744c86dc01de7c0f79e417d.tar
dexon-669aba8e2c630f1dc744c86dc01de7c0f79e417d.tar.gz
dexon-669aba8e2c630f1dc744c86dc01de7c0f79e417d.tar.bz2
dexon-669aba8e2c630f1dc744c86dc01de7c0f79e417d.tar.lz
dexon-669aba8e2c630f1dc744c86dc01de7c0f79e417d.tar.xz
dexon-669aba8e2c630f1dc744c86dc01de7c0f79e417d.tar.zst
dexon-669aba8e2c630f1dc744c86dc01de7c0f79e417d.zip
travis, Dockerfile, appveyor, build: bump to Go 1.10
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index f4396fcf2..29cdc80f9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
# Build Geth in a stock Go builder container
-FROM golang:1.9-alpine as builder
+FROM golang:1.10-alpine as builder
RUN apk add --no-cache make gcc musl-dev linux-headers