Skip to content

Commit 62bf6e1

Browse files
chore(deps): update apache/kafka docker tag to v4.1.1 (#59)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ecaca00 commit 62bf6e1

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.1.0
5+
image: apache/kafka:4.1.1
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.1.0
5+
image: apache/kafka:4.1.1
66
ports:
77
- '9092:9092'
88
environment:

0 commit comments

Comments
 (0)