Skip to content

Commit 28d2a16

Browse files
chore(deps): update apache/kafka docker tag to v4.1.0 (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 85df505 commit 28d2a16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
services:
44
kafka:
5-
image: apache/kafka:4.0.0
5+
image: apache/kafka:4.1.0
66
ports:
77
- '9092:9092'
88
environment:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
services:
44
kafka:
5-
image: apache/kafka:4.0.0
5+
image: apache/kafka:4.1.0
66
ports:
77
- '9092:9092'
88
environment:

0 commit comments

Comments
 (0)