Upgrade nginx to the latest mainline version

This commit is contained in:
Greg Karékinian 2020-07-30 11:58:52 +02:00
parent 3563b05932
commit 44b49ddd57

View File

@ -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