Skip to content

Commit 44b8895

Browse files
committed
Updated zk base iamge tag
1 parent bef1849 commit 44b8895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN ./gradlew shadowJar
1717

1818
# use forked base zookeeper 3.8.3 docker image
1919
# that runs on openjdk-21
20-
FROM adobe/zookeeper:3.8.3-apache-zk-20231117
20+
FROM adobe/zookeeper:3.8.3-apache-zk-20240314
2121
COPY bin /usr/local/bin
2222
RUN chmod +x /usr/local/bin/*
2323
COPY --from=0 /zu/build/libs/zu.jar /opt/libs/

0 commit comments

Comments
 (0)