Skip to content

Commit

Permalink
Update confluentinc/cp-kafka Docker tag to v7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 14, 2023
1 parent 875900b commit 4c1bbc9
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 @@ -11,7 +11,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000

broker:
image: confluentinc/cp-kafka:7.2.1
image: confluentinc/cp-kafka:7.4.1
hostname: broker
container_name: broker
depends_on:
Expand All @@ -35,7 +35,7 @@ services:
KAFKA_CONFLUENT_SCHEMA_REGISTRY_URL: http://schema-registry:8091

init-kafka:
image: confluentinc/cp-kafka:7.2.1
image: confluentinc/cp-kafka:7.4.1
depends_on:
- broker
entrypoint: [ '/bin/sh', '-c' ]
Expand Down

0 comments on commit 4c1bbc9

Please sign in to comment.