From 7c6a637b628b3854054a63c421a9dd8f293c7f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Fri, 5 Feb 2016 20:56:25 +0100 Subject: [PATCH] update to v1.10.0 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 +- tests/1_host_configuration.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index e873b0f..7e9122b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.2 -ENV VERSION 1.9.1 +ENV VERSION 1.10.0 MAINTAINER dockerbench.com diff --git a/distros/Dockerfile.alpine b/distros/Dockerfile.alpine index e873b0f..7e9122b 100644 --- a/distros/Dockerfile.alpine +++ b/distros/Dockerfile.alpine @@ -2,7 +2,7 @@ FROM alpine:3.2 -ENV VERSION 1.9.1 +ENV VERSION 1.10.0 MAINTAINER dockerbench.com diff --git a/tests/1_host_configuration.sh b/tests/1_host_configuration.sh index 1a2aa37..2612a3a 100644 --- a/tests/1_host_configuration.sh +++ b/tests/1_host_configuration.sh @@ -41,8 +41,8 @@ fi check_1_6="1.6 - Keep Docker up to date" docker_version=$(docker version | grep -i -A1 '^server' | grep -i 'version:' \ | awk '{print $NF; exit}' | tr -d '[:alpha:]-,') -docker_current_version="1.9.1" -docker_current_date="2015-11-09" +docker_current_version="1.10.0" +docker_current_date="2016-01-05" do_version_check "$docker_current_version" "$docker_version" if [ $? -eq 11 ]; then warn "$check_1_6"