Skip to content

Commit c7f3471

Browse files
author
Ivan Franchin
committed
Upgrade to confluentinc docker images 7.4.1, mysql 8.1.0 and kafdrop 3.31.0
1 parent 890a649 commit c7f3471

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.8"
33
services:
44

55
mysql:
6-
image: mysql:8.0.33
6+
image: mysql:8.1.0
77
container_name: mysql
88
restart: unless-stopped
99
ports:
@@ -15,7 +15,7 @@ services:
1515
test: "mysqladmin ping -u root -p$${MYSQL_ROOT_PASSWORD}"
1616

1717
zookeeper:
18-
image: confluentinc/cp-zookeeper:7.3.1
18+
image: confluentinc/cp-zookeeper:7.4.1
1919
container_name: zookeeper
2020
restart: unless-stopped
2121
ports:
@@ -26,7 +26,7 @@ services:
2626
test: "echo stat | nc localhost $$ZOOKEEPER_CLIENT_PORT"
2727

2828
kafka:
29-
image: confluentinc/cp-kafka:7.3.1
29+
image: confluentinc/cp-kafka:7.4.1
3030
container_name: kafka
3131
restart: unless-stopped
3232
depends_on:
@@ -42,7 +42,7 @@ services:
4242
test: [ "CMD", "nc", "-z", "localhost", "9092" ]
4343

4444
kafdrop:
45-
image: obsidiandynamics/kafdrop:3.30.0
45+
image: obsidiandynamics/kafdrop:3.31.0
4646
container_name: kafdrop
4747
restart: unless-stopped
4848
depends_on:

0 commit comments

Comments
 (0)