From 3eb8a08a9de6e913b435759f8fa2acba36719498 Mon Sep 17 00:00:00 2001 From: Will Medlar Date: Sun, 6 May 2018 21:17:38 -0500 Subject: [PATCH] Freeze alpine to tag 3.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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