Skip to content

Commit 93f20eb

Browse files
Ritika R PrasadRitika R Prasad
Ritika R Prasad
authored and
Ritika R Prasad
committed
Updating the zk version to 3.8.4
1 parent 644ebe3 commit 93f20eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The project is currently alpha. While no breaking API changes are currently plan
2828

2929
### Overview
3030

31-
This operator runs a Zookeeper 3.7.2 cluster, and uses Zookeeper dynamic reconfiguration to handle node membership.
31+
This operator runs a Zookeeper 3.8.4 cluster, and uses Zookeeper dynamic reconfiguration to handle node membership.
3232

3333
The operator itself is built with the [Operator framework](https://github.com/operator-framework/operator-sdk).
3434

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY zu /zu
1515
WORKDIR /zu
1616
RUN ./gradlew --console=verbose --info shadowJar
1717

18-
FROM ${DOCKER_REGISTRY:+$DOCKER_REGISTRY/}zookeeper:3.7.2
18+
FROM ${DOCKER_REGISTRY:+$DOCKER_REGISTRY/}zookeeper:3.8.4
1919
COPY bin /usr/local/bin
2020
RUN chmod +x /usr/local/bin/*
2121
COPY --from=0 /zu/build/libs/zu.jar /opt/libs/

docker/zu/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212

1313
dependencies {
1414
implementation(kotlin("stdlib"))
15-
implementation("org.apache.zookeeper:zookeeper:3.7.2")
15+
implementation("org.apache.zookeeper:zookeeper:3.8.4")
1616
}
1717

1818
tasks.withType<ShadowJar>() {

0 commit comments

Comments
 (0)