zentol commented on a change in pull request #18565: URL: https://github.com/apache/flink/pull/18565#discussion_r795599352
########## File path: flink-end-to-end-tests/flink-end-to-end-tests-common/src/main/java/org/apache/flink/tests/util/flink/container/FlinkContainersBuilder.java ########## @@ -246,7 +246,7 @@ public FlinkContainers build() { private GenericContainer<?> buildZookeeperContainer() { return configureContainer( - new GenericContainer<>(DockerImageName.parse("zookeeper").withTag("3.4.14")), + new GenericContainer<>(DockerImageName.parse("zookeeper").withTag("3.5.9")), Review comment: I created a ticket for that: https://issues.apache.org/jira/browse/FLINK-25886 We'll have to see how easy it is to set this up while still making things work out-of-the-box in IntelliJ. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org