From 71bc8f544c955d337775f395c056ddaab2774000 Mon Sep 17 00:00:00 2001 From: Daniel Sutton Date: Mon, 16 Mar 2020 13:18:27 +0000 Subject: [PATCH] bumped to gloang 1.14.0 (#594) Signed-off-by: Daniel Sutton Co-authored-by: Liz Rice --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f95db97..cb4c83b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13 AS build +FROM golang:1.14.0 AS build WORKDIR /go/src/github.com/aquasecurity/kube-bench/ COPY go.mod go.sum ./ COPY main.go .