Skip to content

Commit

Permalink
Update to Confluent Platform 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mongey committed Dec 5, 2018
1 parent 21105a3 commit edccb56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
environment:
ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000
- image: mongey/kafka:5.0.0
- image: mongey/kafka:5.0.1
environment:
KAFKA_BROKER_ID: 1
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM confluentinc/cp-kafka:5.0.0
FROM confluentinc/cp-kafka:5.0.1
COPY secrets/ /etc/kafka/secrets

ENV KAFKA_ADVERTISED_LISTENERS=SSL://localhost:9092
Expand Down

0 comments on commit edccb56

Please sign in to comment.