From add7253d68d21844b8d8acb1495971e23ff6a211 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 26 Feb 2020 15:47:21 +0100 Subject: [PATCH] Dockerfile: update to Go 1.13.8 Signed-off-by: Sebastiaan van Stijn --- libnetwork/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnetwork/Dockerfile b/libnetwork/Dockerfile index 98a8a0586b..4470636edc 100644 --- a/libnetwork/Dockerfile +++ b/libnetwork/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.12.17 +ARG GO_VERSION=1.13.8 FROM golang:${GO_VERSION}-buster as dev RUN apt-get update && apt-get -y install iptables \