This is an automated email from the ASF dual-hosted git repository.
jianglongtao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 764b9f2fb8d Update zookeeper image version in example e2e (#38058)
764b9f2fb8d is described below
commit 764b9f2fb8d3eafe5dc81050c9af989dd0de091b
Author: Raigor <[email protected]>
AuthorDate: Mon Feb 16 11:53:23 2026 +0800
Update zookeeper image version in example e2e (#38058)
---
.github/workflows/nightly-build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/nightly-build.yml
b/.github/workflows/nightly-build.yml
index a66cc2b7e70..0e0a7c7c9fa 100644
--- a/.github/workflows/nightly-build.yml
+++ b/.github/workflows/nightly-build.yml
@@ -257,7 +257,7 @@ jobs:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s
--health-timeout=5s --health-retries=3
zookeeper:
- image: zookeeper:3.6.3
+ image: zookeeper:3.8.5-jre-17
env:
JMXDISABLE: "true"
ports: