From 90b7ae6628bf80950e5a263b1773de97f8b59afc Mon Sep 17 00:00:00 2001
From: Neha Viswanathan <12013126+neha-viswanathan@users.noreply.github.com>
Date: Sat, 3 Oct 2020 03:30:01 -0700
Subject: [PATCH] upgrade to go 1.15 (#706)

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 2331b39..2cca9e6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.15.0 AS build
+FROM golang:1.15 AS build
 WORKDIR /go/src/github.com/aquasecurity/kube-bench/
 COPY go.mod go.sum ./
 COPY main.go .
-- 
GitLab