Skip to content

Commit 42799f7

Browse files
authored
MINOR update the README docker image version (apache#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]>
1 parent b649b1e commit 42799f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Using compiled files:
109109

110110
Using docker image:
111111

112-
docker run -p 9092:9092 apache/kafka:3.7.0
112+
docker run -p 9092:9092 apache/kafka:latest
113113

114114
### Cleaning the build ###
115115
./gradlew clean

0 commit comments

Comments
 (0)