From ccd574bf7b3ce4461219f72699c902d1c2800964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Sat, 25 Jul 2015 14:13:21 +0200 Subject: [PATCH] alpine 3.1 uses docker 1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- Dockerfile | 2 +- distros/Dockerfile.alpine | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d267bcd..ae8946d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # REPOSITORY https://github.com/docker/docker-bench-security -FROM alpine:3.1 +FROM alpine:3.2 MAINTAINER dockerbench.com diff --git a/distros/Dockerfile.alpine b/distros/Dockerfile.alpine index d267bcd..ae8946d 100644 --- a/distros/Dockerfile.alpine +++ b/distros/Dockerfile.alpine @@ -1,6 +1,6 @@ # REPOSITORY https://github.com/docker/docker-bench-security -FROM alpine:3.1 +FROM alpine:3.2 MAINTAINER dockerbench.com