We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f60fec2 commit a86c437Copy full SHA for a86c437
1 file changed
test/support/zookeeper_container.ex
@@ -12,7 +12,7 @@ defmodule Test.ZookeeperContainer do
12
13
@impl true
14
def build(%Test.ZookeeperContainer{}) do
15
- new("bitnami/zookeeper:3.7.2")
+ new("zookeeper:3.9.4")
16
|> with_fixed_port(2181)
17
|> with_environment(:ALLOW_ANONYMOUS_LOGIN, "true")
18
|> with_waiting_strategy(
0 commit comments