File tree 3 files changed +3
-3
lines changed
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
28
28
29
29
### Overview
30
30
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.
32
32
33
33
The operator itself is built with the [ Operator framework] ( https://github.com/operator-framework/operator-sdk ) .
34
34
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ COPY zu /zu
15
15
WORKDIR /zu
16
16
RUN ./gradlew --console=verbose --info shadowJar
17
17
18
- FROM ${DOCKER_REGISTRY:+$DOCKER_REGISTRY/}zookeeper:3.7.2
18
+ FROM ${DOCKER_REGISTRY:+$DOCKER_REGISTRY/}zookeeper:3.8.4
19
19
COPY bin /usr/local/bin
20
20
RUN chmod +x /usr/local/bin/*
21
21
COPY --from=0 /zu/build/libs/zu.jar /opt/libs/
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
12
12
13
13
dependencies {
14
14
implementation(kotlin(" stdlib" ))
15
- implementation(" org.apache.zookeeper:zookeeper:3.7.2 " )
15
+ implementation(" org.apache.zookeeper:zookeeper:3.8.4 " )
16
16
}
17
17
18
18
tasks.withType<ShadowJar >() {
You can’t perform that action at this time.
0 commit comments