From 1f77c9a57f41079d47f65e061e95680711e91e5b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 22 Feb 2020 17:59:03 +0100 Subject: [PATCH] Update Golang 1.13.8 full diff: https://github.com/golang/go/compare/go1.13.7...go1.13.8 go1.13.8 (released 2020/02/12) includes fixes to the runtime, the crypto/x509, and net/http packages. See the Go 1.13.8 milestone on the issue tracker for details. https://github.com/golang/go/issues?q=milestone%3AGo1.13.8+label%3ACherryPickApproved Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 033b6eb4..c86291a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.13.7 +ARG GO_VERSION=1.13.8 FROM golang:${GO_VERSION}-alpine3.11 AS build