From 6637d66bc6bed2727c0c11fb5d08d2fd1a47d4bc Mon Sep 17 00:00:00 2001 From: Flannon Jackson Date: Wed, 5 Jan 2022 12:58:48 -0500 Subject: [PATCH] Update OS Build to 8.5.2111 --- controls/os_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controls/os_spec.rb b/controls/os_spec.rb index 7652a87..5083530 100644 --- a/controls/os_spec.rb +++ b/controls/os_spec.rb @@ -20,6 +20,6 @@ it { should be_readable.by('owner') } it { should be_readable.by('group') } it { should be_readable.by('other') } - its('content') { should match( 'CentOS Linux release 8.4.2105')} + its('content') { should match( 'CentOS Linux release 8.5.2111')} end end