From 669aba8e2c630f1dc744c86dc01de7c0f79e417d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Mon, 19 Feb 2018 11:04:26 +0200 Subject: travis, Dockerfile, appveyor, build: bump to Go 1.10 --- Dockerfile.alltools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile.alltools') diff --git a/Dockerfile.alltools b/Dockerfile.alltools index 79bf0f8d5..1047738d2 100644 --- a/Dockerfile.alltools +++ b/Dockerfile.alltools @@ -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 -- cgit v1.2.3