You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2017/10/31 04:32:46 UTC

[incubator-openwhisk] branch master updated: Bump go cli to 1.8.4 (#2906)

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 <md...@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" <co...@openwhisk.apache.org>'].