Skip to content

Commit

Permalink
Merge pull request #562 from fabriziofortino/kafka-manager-1.3.3.23
Browse files Browse the repository at this point in the history
chore: bump kafka-manager version
  • Loading branch information
ssalaues authored Mar 18, 2019
2 parents 7ca3410 + e821843 commit d855766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/kafka-manager/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:8u131-jdk AS build

ENV KAFKA_MANAGER_VERSION=1.3.3.22
ENV KAFKA_MANAGER_VERSION=1.3.3.23

RUN wget "https://github.com/yahoo/kafka-manager/archive/${KAFKA_MANAGER_VERSION}.tar.gz" \
&& tar -xzf ${KAFKA_MANAGER_VERSION}.tar.gz \
Expand Down

0 comments on commit d855766

Please sign in to comment.