1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-12-19 05:08:07 +00:00

upgrade to go 1.15 (#706)

This commit is contained in:
Neha Viswanathan 2020-10-03 03:30:01 -07:00 committed by GitHub
parent 82421e5838
commit 90b7ae6628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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