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"