From 972f855d42b0dee1d09a836c73c86a2b6c5e3e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Sun, 12 May 2019 20:11:33 +0200 Subject: [PATCH] update distro Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- distros/Dockerfile.alpine | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distros/Dockerfile.alpine b/distros/Dockerfile.alpine index 977e3d8..a724dad 100644 --- a/distros/Dockerfile.alpine +++ b/distros/Dockerfile.alpine @@ -1,4 +1,4 @@ -FROM alpine:3.7 +FROM alpine:3.9 LABEL \ org.label-schema.name="docker-bench-security" \ @@ -23,4 +23,4 @@ HEALTHCHECK CMD exit 0 WORKDIR /usr/local/bin ENTRYPOINT [ "/usr/bin/dumb-init", "docker-bench-security.sh" ] - +CMD [""]