Skip to content

Commit

Permalink
chore(deps): update confluentinc/cp-kafka docker tag to v7.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 12, 2024
1 parent 197ff32 commit 5356201
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
kafka:
image: confluentinc/cp-kafka:7.6.0
image: confluentinc/cp-kafka:7.6.1
hostname: broker
container_name: broker
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
kafka:
image: confluentinc/cp-kafka:7.6.0
image: confluentinc/cp-kafka:7.6.1
hostname: broker
container_name: broker
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
broker:
image: confluentinc/cp-kafka:7.6.0
image: confluentinc/cp-kafka:7.6.1
hostname: broker
ports:
- "9092:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
broker:
image: confluentinc/cp-kafka:7.6.0
image: confluentinc/cp-kafka:7.6.1
hostname: broker
ports:
- "9092:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'
services:

broker:
image: confluentinc/cp-kafka:7.6.0
image: confluentinc/cp-kafka:7.6.1
hostname: broker
ports:
- "9092:9092"
Expand Down
2 changes: 1 addition & 1 deletion spring-modulith-outbox-pattern/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
- "9411:9411"

broker:
image: confluentinc/cp-kafka:7.6.0
image: confluentinc/cp-kafka:7.6.1
hostname: broker
ports:
- "9092:9092"
Expand Down

0 comments on commit 5356201

Please sign in to comment.