1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2025-01-18 19:51:05 +00:00

bumped to gloang 1.14.0 (#594)

Signed-off-by: Daniel Sutton <daniel@ducksecops.uk>

Co-authored-by: Liz Rice <liz@lizrice.com>
This commit is contained in:
Daniel Sutton 2020-03-16 13:18:27 +00:00 committed by GitHub
parent 9efd942bcc
commit 71bc8f544c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/ WORKDIR /go/src/github.com/aquasecurity/kube-bench/
COPY go.mod go.sum ./ COPY go.mod go.sum ./
COPY main.go . COPY main.go .