Skip to content

Commit 8943c48

Browse files
committed
chore(deps): update apache/kafka docker tag to v3.7.1
1 parent f85b676 commit 8943c48

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docker-compose-cluster.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: '3.9'
77

88
services:
99
kafka1:
10-
image: apache/kafka:3.7.0
10+
image: apache/kafka:3.7.1
1111
container_name: kafka1
1212
hostname: kafka1
1313
ports:
@@ -34,7 +34,7 @@ services:
3434
KAFKA_LOG_DIRS: '/tmp/kraft-combined-logs'
3535

3636
kafka2:
37-
image: apache/kafka:3.7.0
37+
image: apache/kafka:3.7.1
3838
container_name: kafka2
3939
hostname: kafka2
4040
ports:
@@ -61,7 +61,7 @@ services:
6161
KAFKA_LOG_DIRS: '/tmp/kraft-combined-logs'
6262

6363
kafka3:
64-
image: apache/kafka:3.7.0
64+
image: apache/kafka:3.7.1
6565
container_name: kafka3
6666
hostname: kafka3
6767
ports:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.9'
22

33
services:
44
broker:
5-
image: apache/kafka:3.7.0
5+
image: apache/kafka:3.7.1
66
hostname: broker
77
ports:
88
- "9092:9092"

kafka-dsl-integration/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22
services:
33

44
broker:
5-
image: apache/kafka:3.7.0
5+
image: apache/kafka:3.7.1
66
hostname: broker
77
ports:
88
- "9092:9092"

kafka-spring-boot/spring-boot-multiple-producers-consumers/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.9'
22

33
services:
44
broker:
5-
image: apache/kafka:3.7.0
5+
image: apache/kafka:3.7.1
66
hostname: broker
77
ports:
88
- "9092:9092"

0 commit comments

Comments
 (0)