Freeze alpine to tag 3.7

pull/115/head
Will Medlar 6 years ago
parent 1cff0c4da1
commit 3eb8a08a9d

@ -7,7 +7,7 @@ ADD check/ check/
ADD cmd/ cmd/
RUN CGO_ENABLED=0 go install -a -ldflags '-w'
FROM alpine:latest AS run
FROM alpine:3.7 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

Loading…
Cancel
Save