[hofix] [docs] Fix image name and version tag in walkthrough.md
diff --git a/docs/getting-started/walkthrough.md b/docs/getting-started/walkthrough.md
index 6b9bf59..fd705f8 100644
--- a/docs/getting-started/walkthrough.md
+++ b/docs/getting-started/walkthrough.md
@@ -339,7 +339,7 @@
 This can be found in the `Dockerfile` in the root directory. 
 
 {% highlight docker %}
-FROM statefun
+FROM flink-statefun:{{ site.version }}
 
 RUN mkdir -p /opt/statefun/modules/greeter
 ADD module.yaml /opt/statefun/modules/greeter