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

lhotari 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 534ba20dd9 Update BK version in the Docker file (#4704)
534ba20dd9 is described below

commit 534ba20dd9cd3be1519ee92c7a49918eda410901
Author: Yong Zhang <[email protected]>
AuthorDate: Wed Mar 11 21:35:29 2026 +0800

    Update BK version in the Docker file (#4704)
---
 docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 1c900f9180..d953b400ad 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -19,7 +19,7 @@
 
 FROM alpine:3.20 as bk-dist
 
-ARG BK_VERSION=4.17.2
+ARG BK_VERSION=4.17.3
 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