This is an automated email from the ASF dual-hosted git repository. csantanapr pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git
The following commit(s) were added to refs/heads/master by this push: new cb1df0d Bump go cli to 1.8.4 (#2906) cb1df0d is described below commit cb1df0d73ee014b69a34636f66c58dff29262f39 Author: Mark Deuser <mdeu...@us.ibm.com> AuthorDate: Tue Oct 31 00:32:43 2017 -0400 Bump go cli to 1.8.4 (#2906) - Fix for security issue https://github.com/golang/go/issues/22125 --- tools/cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cli/Dockerfile b/tools/cli/Dockerfile index 8ca8605..0d6c96b 100644 --- a/tools/cli/Dockerfile +++ b/tools/cli/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.8 +FROM golang:1.8.4 # Install zip RUN apt-get -y update && \ -- To stop receiving notification emails like this one, please contact ['"commits@openwhisk.apache.org" <commits@openwhisk.apache.org>'].