Skip to content

Commit

Permalink
bump librdkafka dependency to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipejfc committed Jul 24, 2017
1 parent 33e9308 commit e50f34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MAINTAINER TFG Co <backend@tfgco.com>
RUN apk update
RUN apk add make git g++ bash python wget

ENV LIBRDKAFKA_VERSION 0.9.4
ENV LIBRDKAFKA_VERSION 0.11.0
RUN wget -O /root/librdkafka-${LIBRDKAFKA_VERSION}.tar.gz https://github.com/edenhill/librdkafka/archive/v${LIBRDKAFKA_VERSION}.tar.gz && \
tar -xzf /root/librdkafka-${LIBRDKAFKA_VERSION}.tar.gz -C /root && \
cd /root/librdkafka-${LIBRDKAFKA_VERSION} && \
Expand Down

0 comments on commit e50f34a

Please sign in to comment.