diff --git a/cookbooks/nginx/attributes.rb b/cookbooks/nginx/attributes.rb index 40ea232..78cc8e6 100644 --- a/cookbooks/nginx/attributes.rb +++ b/cookbooks/nginx/attributes.rb @@ -3,6 +3,6 @@ # ------------------------------------------- node.reverse_merge!({ 'nginx' => { - 'version' => '1.15.2' + 'version' => '1.17.2' } })