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