aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-09-19 20:08:42 +0800
committerGitHub <noreply@github.com>2018-09-19 20:08:42 +0800
commit736b45a87606e6cdfd5aecf38d259517b10e7f7e (patch)
tree81db01d624e5abd6a4e7ff41a9abb92d203a31d3 /Dockerfile
parentbd9d79adba2c78e4c0fc136db741d45878765790 (diff)
parentfaa69bea1cade1d0f8b00814fc0616c5a57f0709 (diff)
downloadgo-tangerine-736b45a87606e6cdfd5aecf38d259517b10e7f7e.tar.gz
go-tangerine-736b45a87606e6cdfd5aecf38d259517b10e7f7e.tar.zst
go-tangerine-736b45a87606e6cdfd5aecf38d259517b10e7f7e.zip
Merge pull request #17701 from karalabe/go-1.11
travis, Dockerfile, appveyor, build: bump to Go 1.11
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index edf5a0602..e87dd35d3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
# Build Geth in a stock Go builder container
-FROM golang:1.10-alpine as builder
+FROM golang:1.11-alpine as builder
RUN apk add --no-cache make gcc musl-dev linux-headers