From 44b49ddd571dab0baec24d2e3c397f613747268f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Thu, 30 Jul 2020 11:58:52 +0200 Subject: [PATCH] Upgrade nginx to the latest mainline version --- site-cookbooks/kosmos-nginx/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos-nginx/recipes/default.rb b/site-cookbooks/kosmos-nginx/recipes/default.rb index ddff5b2..87f386f 100644 --- a/site-cookbooks/kosmos-nginx/recipes/default.rb +++ b/site-cookbooks/kosmos-nginx/recipes/default.rb @@ -47,7 +47,7 @@ include_recipe 'nginx' # Override the nginx package resource to set a specific version, allowing # to upgrade it edit_resource!(:package, 'nginx') do - version "1.17.3-1~#{node['lsb']['codename']}" + version "1.19.1-1~#{node['lsb']['codename']}" notifies :reload, 'ohai[reload_nginx]', :immediately end