This is an automated email from the ASF dual-hosted git repository. StevenLuMT pushed a commit to branch master_update-latest-docker-image4.17.4 in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
commit 2ce8a445a35d65831674b1c9302306cdbc59d94a Author: nuolin <[email protected]> AuthorDate: Thu Jul 30 09:37:50 2026 +0800 Update latest docker image version to 4.17.4 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index d953b400ad..76c79a2d45 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -19,7 +19,7 @@ FROM alpine:3.20 as bk-dist -ARG BK_VERSION=4.17.3 +ARG BK_VERSION=4.17.4 ARG DISTRO_NAME=bookkeeper-server-${BK_VERSION}-bin ARG DISTRO_URL=https://archive.apache.org/dist/bookkeeper/bookkeeper-${BK_VERSION}/${DISTRO_NAME}.tar.gz
