mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-02-16 17:42:05 +00:00
Freeze alpine to tag 3.7
This commit is contained in:
parent
1cff0c4da1
commit
3eb8a08a9d
@ -7,7 +7,7 @@ ADD check/ check/
|
|||||||
ADD cmd/ cmd/
|
ADD cmd/ cmd/
|
||||||
RUN CGO_ENABLED=0 go install -a -ldflags '-w'
|
RUN CGO_ENABLED=0 go install -a -ldflags '-w'
|
||||||
|
|
||||||
FROM alpine:latest AS run
|
FROM alpine:3.7 AS run
|
||||||
WORKDIR /opt/kube-bench/
|
WORKDIR /opt/kube-bench/
|
||||||
# add GNU ps for -C, -o cmd, and --no-headers support
|
# add GNU ps for -C, -o cmd, and --no-headers support
|
||||||
# https://github.com/aquasecurity/kube-bench/issues/109
|
# https://github.com/aquasecurity/kube-bench/issues/109
|
||||||
|
Loading…
Reference in New Issue
Block a user