From b38c49411b68884d2424aca311ea1ccff237b270 Mon Sep 17 00:00:00 2001 From: Stefan Scherer Date: Fri, 9 Jun 2017 19:39:24 +0200 Subject: [PATCH] Update golang 1.8.3 Signed-off-by: Stefan Scherer --- dockerfiles/Dockerfile.cross | 2 +- dockerfiles/Dockerfile.dev | 2 +- dockerfiles/Dockerfile.lint | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dockerfiles/Dockerfile.cross b/dockerfiles/Dockerfile.cross index f52c3e10dd..19907ced49 100644 --- a/dockerfiles/Dockerfile.cross +++ b/dockerfiles/Dockerfile.cross @@ -1,5 +1,5 @@ -FROM golang:1.8.1 +FROM golang:1.8.3 # allow replacing httpredir or deb mirror ARG APT_MIRROR=deb.debian.org diff --git a/dockerfiles/Dockerfile.dev b/dockerfiles/Dockerfile.dev index f3e058e285..aef37382c8 100644 --- a/dockerfiles/Dockerfile.dev +++ b/dockerfiles/Dockerfile.dev @@ -1,5 +1,5 @@ -FROM golang:1.8-alpine +FROM golang:1.8.3-alpine RUN apk add -U git make bash coreutils diff --git a/dockerfiles/Dockerfile.lint b/dockerfiles/Dockerfile.lint index 2bba9595e5..14c124642e 100644 --- a/dockerfiles/Dockerfile.lint +++ b/dockerfiles/Dockerfile.lint @@ -1,4 +1,4 @@ -FROM golang:1.8-alpine +FROM golang:1.8.3-alpine RUN apk add -U git