This is an automated email from the ASF dual-hosted git repository.
frankvicky pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 42799f75864 MINOR update the README docker image version (#19278)
42799f75864 is described below
commit 42799f75864034e9bc1fb8615be692a5229176db
Author: Ken Huang <[email protected]>
AuthorDate: Thu Apr 10 22:25:14 2025 +0800
MINOR update the README docker image version (#19278)
The Docker image version should use `latest` instead of `3.7.0`,
allowing users to always pull the most up-to-date image from Docker Hub.
Reviewers: Sanskar Jhajharia <[email protected]>, TengYao Chi
<[email protected]>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 338f81e17c7..a9e254a007d 100644
--- a/README.md
+++ b/README.md
@@ -109,7 +109,7 @@ Using compiled files:
Using docker image:
- docker run -p 9092:9092 apache/kafka:3.7.0
+ docker run -p 9092:9092 apache/kafka:latest
### Cleaning the build ###
./gradlew clean