diff --git a/Dockerfile b/Dockerfile index d564612..a17c1af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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