Skip to content

Commit

Permalink
Merge pull request #365 from FairwindsOps/dependabot/docker/plugins/k…
Browse files Browse the repository at this point in the history
…ube-bench/aquasec/kube-bench-0.5.0

Bump aquasec/kube-bench from 0.3.1 to 0.5.0 in /plugins/kube-bench
  • Loading branch information
rbren committed Mar 25, 2021
2 parents 1685e9c + c0fb8aa commit 171bb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/kube-bench/Dockerfile
Expand Up @@ -16,7 +16,7 @@ COPY pkg pkg
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -o kube-bench-daemon pkg/main.go


FROM aquasec/kube-bench:0.3.1
FROM aquasec/kube-bench:0.5.0
RUN apk --no-cache add ca-certificates

COPY --from=builder /workspace/kube-bench-daemon /usr/local/bin/
Expand Down

0 comments on commit 171bb8b

Please sign in to comment.