diff --git a/cookbooks/nginx/attributes.rb b/cookbooks/nginx/attributes.rb index d410dd0..a77a1e4 100644 --- a/cookbooks/nginx/attributes.rb +++ b/cookbooks/nginx/attributes.rb @@ -3,6 +3,6 @@ # ------------------------------------------- node.reverse_merge!({ 'nginx' => { - 'version' => '1.19.3' + 'version' => '1.19.10' } })