From e7f063452f56263bc2681bb020e9a94a8e544550 Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Fri, 9 Jun 2017 17:58:46 +0000 Subject: [PATCH] use latest golang:1.8 image to cross compile Signed-off-by: Andrew Hsu --- dockerfiles/Dockerfile.cross | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile.cross b/dockerfiles/Dockerfile.cross index f52c3e10ddc5..b8eab918f325 100644 --- a/dockerfiles/Dockerfile.cross +++ b/dockerfiles/Dockerfile.cross @@ -1,5 +1,5 @@ -FROM golang:1.8.1 +FROM golang:1.8 # allow replacing httpredir or deb mirror ARG APT_MIRROR=deb.debian.org