Skip to content

Commit 250c7e2

Browse files
committed
lock kafka docker image
1 parent eb3d156 commit 250c7e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ services:
3737
- "8161:8161"
3838

3939
zookeeper:
40-
image: bitnami/zookeeper
40+
image: bitnami/zookeeper:3.9
4141
environment:
4242
- ALLOW_ANONYMOUS_LOGIN=yes
4343
ports:
4444
- "2181:2181"
4545

4646
kafka:
47-
image: bitnami/kafka
47+
image: bitnami/kafka:3.9
4848
environment:
4949
- KAFKA_CFG_ZOOKEEPER_CONNECT=zookeeper:2181
5050
- KAFKA_LISTENER_SECURITY_PROTOCOL_MAP=PLAINTEXT:PLAINTEXT,EXTERNAL:PLAINTEXT

0 commit comments

Comments
 (0)