upgrade to go 1.15 (#706)

pull/716/head
Neha Viswanathan 4 years ago committed by GitHub
parent 82421e5838
commit 90b7ae6628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 .

Loading…
Cancel
Save