From cde8cfcea3e2a1a14fc4f9cd0d2b01797022fbfa Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sat, 10 Aug 2019 16:53:37 +0800 Subject: [PATCH] Upgrade the `nginx` version to be installed to `1.17.2`. Upgrade `nginx` version from `1.15.2` to `1.17.2`. --- 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 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' } })