Skip to content

Commit

Permalink
Bump cfssl
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Feb 28, 2024
1 parent d5394e6 commit 7313d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/InstallService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 7313d65

Please sign in to comment.