update version information

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2022-03-07 13:39:45 +01:00
parent 3fe40815ee
commit 3cfa505ecc
5 changed files with 5 additions and 4 deletions

View file

@ -137,6 +137,7 @@ container_images() {
check_4_9
check_4_10
check_4_11
check_4_12
check_4_end
}

View file

@ -145,6 +145,6 @@ yell "# ------------------------------------------------------------------------
# Docker, Inc. (c) 2015-$(date +"%Y")
#
# Checks for dozens of common best-practices around deploying Docker containers in production.
# Based on the CIS Docker Benchmark 1.3.1.
# Based on the CIS Docker Benchmark 1.4.0.
# --------------------------------------------------------------------------------------------"
}