From d64c34e4a59820ae2aebfb3bbd2e7a331e716592 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 5 Oct 2017 02:17:57 +0200 Subject: [PATCH] Bump Go to 1.8.4 Bumps the Go version used to 1.8.4, which contains security fixes; https://groups.google.com/forum/#!topic/golang-announce/1hZYiemnkdE Signed-off-by: Sebastiaan van Stijn --- libnetwork/Dockerfile.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnetwork/Dockerfile.build b/libnetwork/Dockerfile.build index 2098a43f20..cc89bf9942 100644 --- a/libnetwork/Dockerfile.build +++ b/libnetwork/Dockerfile.build @@ -1,4 +1,4 @@ -FROM golang:1.8.3 +FROM golang:1.8.4 RUN apt-get update && apt-get -y install iptables RUN go get github.com/tools/godep \