Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hleb-albau authored Dec 21, 2018
1 parent 16f756d commit 97b966f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
### STAGE 1: Build ###
FROM openjdk:8u131-jdk AS build

ENV KAFKA_MANAGER_SOURCE=1.3.3.21
ENV KAFKA_MANAGER_VERSION=48bb088a7aca34960e1f1d40741e0876f010d54c
ENV KAFKA_MANAGER_SOURCE=48bb088a7aca34960e1f1d40741e0876f010d54c
ENV KAFKA_MANAGER_VERSION=1.3.3.21

RUN echo "Building Kafka Manager" \
&& wget "https://github.com/yahoo/kafka-manager/archive/${KAFKA_MANAGER_SOURCE}.tar.gz" -O kafka-manager-sources.tar.gz \
Expand Down

0 comments on commit 97b966f

Please sign in to comment.