Skip to content

Commit

Permalink
Upgrade to zookeeper 3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amuraru committed Nov 17, 2023
1 parent b114324 commit 01760b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/zookeeper-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ RUN set -eux; \
# Verify that gosu binary works
gosu nobody true

ARG SHORT_DISTRO_NAME=zookeeper-3.7.1
ARG DISTRO_NAME=apache-zookeeper-3.7.1-bin
ARG SHORT_DISTRO_NAME=zookeeper-3.8.3
ARG DISTRO_NAME=apache-zookeeper-3.8.3-bin

# Download Apache Zookeeper, verify its PGP signature, untar and clean up
RUN set -eux; \
Expand Down

0 comments on commit 01760b5

Please sign in to comment.