Skip to content

Commit a86c437

Browse files
committed
changing bitnami/zookeeper to zookeeper
as long as tests pass thats the most important for now
1 parent f60fec2 commit a86c437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/support/zookeeper_container.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defmodule Test.ZookeeperContainer do
1212

1313
@impl true
1414
def build(%Test.ZookeeperContainer{}) do
15-
new("bitnami/zookeeper:3.7.2")
15+
new("zookeeper:3.9.4")
1616
|> with_fixed_port(2181)
1717
|> with_environment(:ALLOW_ANONYMOUS_LOGIN, "true")
1818
|> with_waiting_strategy(

0 commit comments

Comments
 (0)