From 4818e8975194acd579b9e8befb213eb572c734d7 Mon Sep 17 00:00:00 2001 From: Arko Dasgupta Date: Thu, 15 Aug 2019 15:40:33 -0700 Subject: [PATCH] Bump the GO Version to 1.12.8 which contains security fixes https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/golang-announce/65QixT3tcmg/DrFiG6vvCwAJ Also pin to -stretch Signed-off-by: Arko Dasgupta --- libnetwork/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnetwork/Dockerfile b/libnetwork/Dockerfile index 20a04a437f..89302519b1 100644 --- a/libnetwork/Dockerfile +++ b/libnetwork/Dockerfile @@ -1,6 +1,6 @@ -ARG GO_VERSION=1.12.6 +ARG GO_VERSION=1.12.8 -FROM golang:${GO_VERSION} as dev +FROM golang:${GO_VERSION}-stretch as dev RUN apt-get update && apt-get -y install iptables \ protobuf-compiler