You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ja...@apache.org on 2019/05/08 22:01:30 UTC

[incubator-openwhisk-package-kafka] branch master updated: Upgrade ibrdkafka to latest major release (#339)

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

japetrsn 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 cdb1de8  Upgrade ibrdkafka to latest major release (#339)
cdb1de8 is described below

commit cdb1de87c9042b4e6d425d80302d437b20e672ec
Author: James Dubee <jw...@us.ibm.com>
AuthorDate: Wed May 8 18:01:25 2019 -0400

    Upgrade ibrdkafka to latest major release (#339)
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 5d37564..7df860c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ FROM python:2.7.16
 RUN apt-get update && apt-get upgrade -y
 
 # install librdkafka
-ENV LIBRDKAFKA_VERSION 0.11.6
+ENV LIBRDKAFKA_VERSION 1.0.0
 RUN git clone --depth 1 --branch v${LIBRDKAFKA_VERSION} https://github.com/edenhill/librdkafka.git librdkafka \
     && cd librdkafka \
     && ./configure \