This is an automated email from the ASF dual-hosted git repository.

StevenLuMT pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new a4b8c2aff1 Update latest docker image version to 4.17.4 (#4852)
a4b8c2aff1 is described below

commit a4b8c2aff1514716e50ca33b0fd98ec5f61624a4
Author: StevenLuMT <[email protected]>
AuthorDate: Tue Aug 4 16:14:26 2026 +0800

    Update latest docker image version to 4.17.4 (#4852)
---
 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
 

Reply via email to