Skip to content

Commit

Permalink
Updating Zookeeper to 3.6.3 to bring in some upstream bug fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Christiansen <[email protected]>
  • Loading branch information
nikore committed Aug 26, 2021
1 parent 1b3bd73 commit 53589b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY zu /zu
WORKDIR /zu
RUN ./gradlew --console=verbose --info shadowJar

FROM ${DOCKER_REGISTRY:+$DOCKER_REGISTRY/}zookeeper:3.6.1
FROM ${DOCKER_REGISTRY:+$DOCKER_REGISTRY/}zookeeper:3.6.3
COPY bin /usr/local/bin
RUN chmod +x /usr/local/bin/*
COPY --from=0 /zu/build/libs/zu.jar /opt/libs/
Expand Down
2 changes: 1 addition & 1 deletion docker/zu/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {

dependencies {
implementation(kotlin("stdlib"))
implementation("org.apache.zookeeper:zookeeper:3.6.1")
implementation("org.apache.zookeeper:zookeeper:3.6.3")
}

tasks.withType<ShadowJar>() {
Expand Down

0 comments on commit 53589b9

Please sign in to comment.