From 7313d65f08ce084edacffc40b25eb6256dabff62 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Wed, 28 Feb 2024 14:24:31 -0300 Subject: [PATCH] Bump cfssl Signed-off-by: Vitor Mattos --- lib/Service/InstallService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Service/InstallService.php b/lib/Service/InstallService.php index 746fd9b596..8d4b21c000 100644 --- a/lib/Service/InstallService.php +++ b/lib/Service/InstallService.php @@ -57,7 +57,7 @@ class InstallService { /** * When update, verify the hash of all architectures */ - public const CFSSL_VERSION = '1.6.3'; + public const CFSSL_VERSION = '1.6.4'; /** @var ICache */ private $cache; /** @var OutputInterface */