Skip to content

Commit

Permalink
updated Kafka Manager to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzl0ver committed Dec 25, 2018
1 parent 74e604b commit f0f2a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catalog/kafkamanager/1.3.3/dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ RUN apt-get update && \
apt-get install -t jessie-backports -y openjdk-8-jre-headless && \
rm -rf /var/lib/apt/lists/*

ENV KM_VERSION=1.3.3.18 \
KM_REVISION=8dcdbf8fabb0001691c9b52b447b656f498b4d7b \
ENV KM_VERSION=1.3.3.22 \
KM_REVISION=04b585eddd81768b03b6989efcfb5032307a1888 \
KM_CONFIGFILE="conf/application.conf"

RUN set -ex; \
Expand Down

0 comments on commit f0f2a31

Please sign in to comment.