File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
3333The operator itself is built with the [ Operator framework] ( https://github.com/operator-framework/operator-sdk ) .
3434
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ COPY zu /zu
1515WORKDIR /zu
1616RUN ./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
1919COPY bin /usr/local/bin
2020RUN chmod +x /usr/local/bin/*
2121COPY --from=0 /zu/build/libs/zu.jar /opt/libs/
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
1212
1313dependencies {
1414 implementation(kotlin(" stdlib" ))
15- implementation(" org.apache.zookeeper:zookeeper:3.7.2 " )
15+ implementation(" org.apache.zookeeper:zookeeper:3.8.4 " )
1616}
1717
1818tasks.withType<ShadowJar >() {
You can’t perform that action at this time.
0 commit comments