1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-21 23:58:06 +00:00

Freeze alpine to tag 3.7

This commit is contained in:
Will Medlar 2018-05-06 21:17:38 -05:00
parent 1cff0c4da1
commit 3eb8a08a9d

View File

@ -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