Skip to content

Commit

Permalink
Updated zk base iamge tag
Browse files Browse the repository at this point in the history
  • Loading branch information
azun committed Mar 13, 2024
1 parent bef1849 commit 44b8895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN ./gradlew shadowJar

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

0 comments on commit 44b8895

Please sign in to comment.