Bump zookeeper from 3.7 to 3.8

Note that we'll probably end up manually performing this upgrade to
ensure the leader is upgraded last as well as performing sanity checks
along the way. Please don't merge this change until we are certain we
are ready for it. In the meaintime it gives us early feedback for any
unexpected problems with the new zookeeper version.

Change-Id: I84c8f3d05edba03cd4ab526ab0105d7512e3984f
This commit is contained in:
Clark Boylan 2023-10-11 08:56:18 -07:00
parent e85ab6f746
commit 93f423b3be
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ version: '2'
services:
zk:
image: docker.io/library/zookeeper:3.7
image: docker.io/library/zookeeper:3.8
restart: always
network_mode: host
user: "10001:10001"