diff --git a/cookbooks/nginx/attributes.rb b/cookbooks/nginx/attributes.rb index a18c75b..82e4efd 100644 --- a/cookbooks/nginx/attributes.rb +++ b/cookbooks/nginx/attributes.rb @@ -3,7 +3,7 @@ # ------------------------------------------- node.reverse_merge!({ 'nginx' => { - 'version' => '1.21.3', + 'version' => '1.23.2', 'skip_lego' => 'false', 'skip_webadm' => 'false' }