This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a commit to branch release-2.0 in repository https://gitbox.apache.org/repos/asf/flink-statefun.git
commit d0d6e4763b6ca3f60f55b1527a78e6cd39eb2cde Author: Tzu-Li (Gordon) Tai <[email protected]> AuthorDate: Sat Mar 28 23:23:19 2020 +0800 [hofix] [docs] Fix image name and version tag in walkthrough.md --- docs/getting-started/walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ The base image provides the Stateful Function runtime, it will use the provided 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
