From 27b148145467381091c2ba103b02b31705e99dee Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sat, 26 Oct 2019 21:55:16 +0800 Subject: [PATCH] `nginx` version bumps to `1.17.5`: --- cookbooks/nginx/attributes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } })