Skip to content

Commit

Permalink
version 0.1.0a24
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Jul 21, 2020
1 parent 9df9bdb commit 6189134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3-alpine
USER root
RUN adduser -D kfkuser
RUN pip install strimzi-kafka-cli==0.1.0a23
RUN pip install strimzi-kafka-cli==0.1.0a24
USER kfkuser
RUN kfk version
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='strimzi-kafka-cli',
version='0.1.0-alpha23',
version='0.1.0-alpha24',
description="Command Line Interface for Strimzi Kafka Operator",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 6189134

Please sign in to comment.