From 669aba8e2c630f1dc744c86dc01de7c0f79e417d Mon Sep 17 00:00:00 2001 From: Péter Szilágyi Date: Mon, 19 Feb 2018 11:04:26 +0200 Subject: travis, Dockerfile, appveyor, build: bump to Go 1.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') 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 -- cgit