Skip to content

Commit b8811bf

Browse files
renovate[bot]fabianrbz
authored andcommitted
chore(deps): update apache/kafka docker tag to v4
1 parent cd7aa26 commit b8811bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/_includes/_files/event-gateway/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ networks:
66

77
services:
88
kafka1:
9-
image: apache/kafka:3.9.1
9+
image: apache/kafka:4.1.1
1010
networks:
1111
- kafka
1212
container_name: kafka1
@@ -25,7 +25,7 @@ services:
2525
KAFKA_LOG_DIRS: /tmp/kraft-combined-logs
2626

2727
kafka2:
28-
image: apache/kafka:3.9.1
28+
image: apache/kafka:4.1.1
2929
networks:
3030
- kafka
3131
container_name: kafka2
@@ -44,7 +44,7 @@ services:
4444
KAFKA_LOG_DIRS: /tmp/kraft-combined-logs
4545

4646
kafka3:
47-
image: apache/kafka:3.9.1
47+
image: apache/kafka:4.1.1
4848
networks:
4949
- kafka
5050
container_name: kafka3

0 commit comments

Comments
 (0)