Skip to content
Snippets Groups Projects
Commit 3eb8a08a authored by Will Medlar's avatar Will Medlar
Browse files

Freeze alpine to tag 3.7

parent 1cff0c4d
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ADD check/ check/ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment