From 2bc0b23eef9db65f0a64458b1d9c88f1d664bce6 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Tue, 4 May 2021 11:48:56 +0900 Subject: [PATCH] Bump `nginx` version. --- 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 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' } })