Skip to content

Commit

Permalink
chore(deps): update confluentinc/cp-kafka docker tag to v6.2.15 (main) (
Browse files Browse the repository at this point in the history
#11283)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Paul Rogers <129207811+paul1r@users.noreply.github.com>
  • Loading branch information
renovate[bot] and paul1r authored Jul 22, 2024
1 parent c6f1bae commit c9c5088
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tools/kafka/sasl-plain/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- ./conf:/etc/kafka/secrets

kafka:
image: confluentinc/cp-kafka:6.2.1
image: confluentinc/cp-kafka:6.2.15
depends_on:
- zookeeper
ports:
Expand Down
2 changes: 1 addition & 1 deletion tools/kafka/sasl-scram/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- ./conf:/etc/kafka/secrets

kafka:
image: confluentinc/cp-kafka:6.2.1
image: confluentinc/cp-kafka:6.2.15
depends_on:
- zookeeper
ports:
Expand Down
2 changes: 1 addition & 1 deletion tools/kafka/sasl-ssl/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- ./conf:/etc/kafka/secrets

kafka:
image: confluentinc/cp-kafka:6.2.1
image: confluentinc/cp-kafka:6.2.15
depends_on:
- zookeeper
ports:
Expand Down
2 changes: 1 addition & 1 deletion tools/kafka/ssl/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
ZOOKEEPER_CLIENT_PORT: 22181

kafka:
image: confluentinc/cp-kafka:6.2.1
image: confluentinc/cp-kafka:6.2.15
depends_on:
- zookeeper
ports:
Expand Down

0 comments on commit c9c5088

Please sign in to comment.