From d22018d05bd547f2474aded6cf3ece62f0d92287 Mon Sep 17 00:00:00 2001 From: Julian Yap Date: Mon, 4 Nov 2019 00:16:09 -0800 Subject: [PATCH] Bump to Go 1.13 --- Dockerfile | 2 +- Dockerfile.alltools | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index faf22456c136..6ee4d879df73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build Gubiq in a stock Go builder container -FROM golang:1.11-alpine as builder +FROM golang:1.13-alpine as builder RUN apk add --no-cache make gcc musl-dev linux-headers diff --git a/Dockerfile.alltools b/Dockerfile.alltools index 006e323e5bc9..fe2dda2eb188 100644 --- a/Dockerfile.alltools +++ b/Dockerfile.alltools @@ -1,5 +1,5 @@ # Build Gubiq in a stock Go builder container -FROM golang:1.11-alpine as builder +FROM golang:1.13-alpine as builder RUN apk add --no-cache make gcc musl-dev linux-headers