You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by du...@apache.org on 2019/04/09 15:53:52 UTC

[incubator-openwhisk-package-kafka] branch master updated: Upgrade base Python version (#330)

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

dubeejw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-kafka.git


The following commit(s) were added to refs/heads/master by this push:
     new 828579c  Upgrade base Python version (#330)
828579c is described below

commit 828579cac0b3a5f01cceafcf5f536bb7686ad2e5
Author: James Dubee <jw...@us.ibm.com>
AuthorDate: Tue Apr 9 11:53:48 2019 -0400

    Upgrade base Python version (#330)
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index b72aa2c..ca172bb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:2.7.15
+FROM python:2.7.16
 
 # install librdkafka
 ENV LIBRDKAFKA_VERSION 0.11.6