From b9829e0fcace34d6575c390f034e6db2752f8048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 11 Jun 2019 13:21:06 -0400 Subject: [PATCH] use newer image for building go docker image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- _assets/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_assets/build/Dockerfile b/_assets/build/Dockerfile index 38ddfa0425..aff851e799 100644 --- a/_assets/build/Dockerfile +++ b/_assets/build/Dockerfile @@ -1,5 +1,5 @@ # Build status-go in a Go builder container -FROM golang:1.10-alpine as builder +FROM golang:1.12.5-alpine as builder RUN apk add --no-cache make gcc musl-dev linux-headers