This is an automated email from the ASF dual-hosted git repository.
dgrove 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 a72041e update nginx docker image to 1.17 pick up security fixes
(#4800)
a72041e is described below
commit a72041e48c76c3ecc5d699e2dc7be566a4ee0810
Author: Martin Henke <[email protected]>
AuthorDate: Wed Jan 15 15:30:10 2020 +0100
update nginx docker image to 1.17 pick up security fixes (#4800)
---
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 fd039c6..a16a368 100644
--- a/ansible/group_vars/all
+++ b/ansible/group_vars/all
@@ -225,7 +225,7 @@ nginx:
htmldir: "{{ ui_path | default(false) }}"
dir:
become: "{{ nginx_dir_become | default(false) }}"
- version: "{{ nginx_version | default('1.15') }}"
+ version: "{{ nginx_version | default('1.17') }}"
port:
http: 80
https: 443