From 947cf0eb9d3bfeccf9ff38b001513aabd17166f9 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sat, 29 Oct 2022 22:50:09 +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 a18c75b..82e4efd 100644 --- a/cookbooks/nginx/attributes.rb +++ b/cookbooks/nginx/attributes.rb @@ -3,7 +3,7 @@ # ------------------------------------------- node.reverse_merge!({ 'nginx' => { - 'version' => '1.21.3', + 'version' => '1.23.2', 'skip_lego' => 'false', 'skip_webadm' => 'false' }