Skip to content

Commit

Permalink
Update bitnami/kafka Docker tag to v3
Browse files Browse the repository at this point in the history
| datasource | package       | from  | to    |
| ---------- | ------------- | ----- | ----- |
| docker     | bitnami/kafka | 2.8.1 | 3.7.0 |
  • Loading branch information
renovate[bot] authored Mar 23, 2024
1 parent 230b500 commit 9cc5ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
- ALLOW_ANONYMOUS_LOGIN=yes

kafka1:
image: bitnami/kafka:2.8.1
image: bitnami/kafka:3.7.0
ports:
- "9093:9093"
environment:
Expand All @@ -17,7 +17,7 @@ services:
- KAFKA_INTER_BROKER_LISTENER_NAME=CLIENT

kafka2:
image: bitnami/kafka:2.8.1
image: bitnami/kafka:3.7.0
profiles:
- clustered
ports:
Expand Down

0 comments on commit 9cc5ab3

Please sign in to comment.