Skip to content

Commit

Permalink
Merge pull request #171 from data-catering/renovate/zookeeper-3.x
Browse files Browse the repository at this point in the history
Update zookeeper Docker tag to v3.9.3
  • Loading branch information
pflooky authored Oct 29, 2024
2 parents 4333bfb + e06f6e2 commit 879e00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1388,6 +1388,6 @@ services:
retries: 3
test: "nc -z localhost 2181 || exit -1"
timeout: 5s
image: "zookeeper:${ZOOKEEPER_VERSION:-3.9.2}"
image: "zookeeper:${ZOOKEEPER_VERSION:-3.9.3}"
ports:
- "2181:2181"

0 comments on commit 879e00b

Please sign in to comment.