diff --git a/content/docs/introduction/about.mdx b/content/docs/introduction/about.mdx index 46a109df1f..639e106755 100644 --- a/content/docs/introduction/about.mdx +++ b/content/docs/introduction/about.mdx @@ -127,7 +127,7 @@ ulimits: Or when running with `docker run`: ``` -docker run --cap-add=SYS_NICE --security-opt seccomp=unconfined --ulimit memlock=-1:-1 apache/iggy:edge +docker run --cap-add=SYS_NICE --security-opt seccomp=unconfined --ulimit memlock=-1:-1 apache/iggy:latest ``` ### Helm Charts