File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11image :
2- repository : amuraru /zookeeper
3- tag : 3.6.0-adobe-2
2+ repository : adobe /zookeeper
3+ tag : 3.6.1
44 pullPolicy : IfNotPresent
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ COPY zu /zu
1414WORKDIR /zu
1515RUN ./gradlew --console=verbose --info shadowJar
1616
17- FROM zookeeper:3.6.0
17+ FROM amuraru/ zookeeper:3.6.1
1818COPY bin /usr/local/bin
1919RUN chmod +x /usr/local/bin/*
2020COPY --from=0 /zu/build/libs/zu.jar /root/
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.6.0 " )
15+ implementation(" org.apache.zookeeper:zookeeper:3.6.1 " )
1616}
1717
1818tasks.withType<ShadowJar >() {
You can’t perform that action at this time.
0 commit comments