Skip to content

Commit

Permalink
chore(deps): update apache/kafka docker tag to v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 29, 2024
1 parent d22cc8d commit e0938a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kafka-dsl-integration/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'
services:

broker:
image: apache/kafka:3.8.0
image: apache/kafka:3.8.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: apache/kafka:3.8.0
image: apache/kafka:3.8.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: apache/kafka:3.8.0
image: apache/kafka:3.8.1
hostname: broker
ports:
- "9092:9092"
Expand Down

0 comments on commit e0938a1

Please sign in to comment.