Skip to content

Commit

Permalink
Merge pull request #228 from konstruktoid/versioning
Browse files Browse the repository at this point in the history
new version
  • Loading branch information
konstruktoid authored Mar 2, 2017
2 parents 260a3a7 + bbdfa00 commit 8d1174d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/1_host_configuration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ info "$check_1_2"
check_1_3="1.3 - 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.13.0"
docker_current_date="2017-01-18"
docker_current_version="17.03.0"
docker_current_date="2017-03-01"
do_version_check "$docker_current_version" "$docker_version"
if [ $? -eq 11 ]; then
info "$check_1_3"
Expand Down

0 comments on commit 8d1174d

Please sign in to comment.