1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2025-07-09 16:18:27 +00:00

Merge branch 'main' into main

This commit is contained in:
KiranBodipi 2023-06-01 12:19:49 +05:30 committed by GitHub
commit 2f61dc174b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ COPY internal/ internal/
ARG KUBEBENCH_VERSION
RUN make build && cp kube-bench /go/bin/kube-bench
FROM alpine:3.17 AS run
FROM alpine:3.18 AS run
WORKDIR /opt/kube-bench/
# add GNU ps for -C, -o cmd, and --no-headers support
# https://github.com/aquasecurity/kube-bench/issues/109