Skip to content

Commit 0531f2a

Browse files
authored
Bump Kafka version to keep up with SaaS (#2037)
1 parent 8fc2933 commit 0531f2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ services:
150150
target: /opt/sentry/
151151
zookeeper:
152152
<<: *restart_policy
153-
image: "confluentinc/cp-zookeeper:5.5.0"
153+
image: "confluentinc/cp-zookeeper:5.5.7"
154154
environment:
155155
ZOOKEEPER_CLIENT_PORT: "2181"
156156
CONFLUENT_SUPPORT_METRICS_ENABLE: "false"
@@ -170,7 +170,7 @@ services:
170170
depends_on:
171171
zookeeper:
172172
<<: *depends_on-healthy
173-
image: "confluentinc/cp-kafka:5.5.0"
173+
image: "confluentinc/cp-kafka:5.5.7"
174174
environment:
175175
KAFKA_ZOOKEEPER_CONNECT: "zookeeper:2181"
176176
KAFKA_ADVERTISED_LISTENERS: "PLAINTEXT://kafka:9092"

0 commit comments

Comments
 (0)