mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
current version is 1.8.2
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
297368ec0f
commit
50dc806232
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ 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.8.0"
|
||||
docker_current_version="1.8.2"
|
||||
do_version_check "$docker_current_version" "$docker_version"
|
||||
if [ $? -eq 11 ]; then
|
||||
warn "$check_1_6"
|
||||
|
|
Loading…
Reference in a new issue