You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2020/09/07 19:29:01 UTC

[openwhisk] branch master updated: bump default nginx version to 1.19 to pick up security fixes (#4966)

This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 74c5418  bump default nginx version to 1.19 to pick up security fixes (#4966)
74c5418 is described below

commit 74c54180e8af02b7e09a50f391c80072d1a50b27
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Mon Sep 7 15:28:41 2020 -0400

    bump default nginx version to 1.19 to pick up security fixes (#4966)
---
 ansible/group_vars/all | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/group_vars/all b/ansible/group_vars/all
index 216a682..0850506 100644
--- a/ansible/group_vars/all
+++ b/ansible/group_vars/all
@@ -226,7 +226,7 @@ nginx:
   htmldir: "{{ ui_path | default(false) }}"
   dir:
     become: "{{ nginx_dir_become | default(false) }}"
-  version: "{{ nginx_version | default('1.17') }}"
+  version: "{{ nginx_version | default('1.19') }}"
   port:
     http: 80
     https: 443