`nginx` version bumps to `1.17.5`:

This commit is contained in:
Kazuhiro MUSASHI 2019-10-26 21:55:16 +08:00 committed by Gitea
parent c2526cca12
commit 27b1481454
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
# -------------------------------------------
node.reverse_merge!({
'nginx' => {
'version' => '1.17.2'
'version' => '1.17.5'
}
})