This is an automated email from the ASF dual-hosted git repository.
lushiji 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 f2f6f5648a Update latest docker image version to 4.17.2 (#4633)
f2f6f5648a is described below
commit f2f6f5648a5a928e3c7665990ee64307aa76eb2b
Author: StevenLuMT <[email protected]>
AuthorDate: Mon Jul 7 16:11:34 2025 +0800
Update latest docker image version to 4.17.2 (#4633)
---
docker/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 65cde4b8a1..483d027179 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -68,7 +68,7 @@ FROM ubuntu:22.04
MAINTAINER Apache BookKeeper <[email protected]>
ARG TARGETARCH
-ARG BK_VERSION=4.17.1
+ARG BK_VERSION=4.17.2
ARG DISTRO_NAME=bookkeeper-server-${BK_VERSION}-bin
ARG
DISTRO_URL=https://archive.apache.org/dist/bookkeeper/bookkeeper-${BK_VERSION}/${DISTRO_NAME}.tar.gz