From 316b6101780b2fde06421635866d85bb9f3d249d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Mon, 6 Mar 2023 13:17:11 +0100 Subject: [PATCH] update yell helper with correct version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- functions/helper_lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/helper_lib.sh b/functions/helper_lib.sh index 94e69bc..18b0801 100644 --- a/functions/helper_lib.sh +++ b/functions/helper_lib.sh @@ -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.4.0. +# Based on the CIS Docker Benchmark 1.5.0. # --------------------------------------------------------------------------------------------" }