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 <sjhajharia@confluent.io>, TengYao Chi
<kitingiao@gmail.com>
This commit is contained in:
Ken Huang 2025-04-10 22:25:14 +08:00 committed by GitHub
parent b649b1ed5d
commit 42799f7586
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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