about summary refs log tree commit diff
path: root/docs/INSTALL.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-06-18 21:48:10 +0200
committerGitHub <noreply@github.com>2022-06-18 21:48:10 +0200
commit5d5d1f70fc31c3bb4abef3a28014cb2fa8d84cc0 (patch)
tree5ca8a83bf8fa747b7a5a45fdf8c8f0617d536baa /docs/INSTALL.md
parent605f2bf96936efd6c5193d106a32fcf893c26b56 (diff)
parent85b1ce00a8c2c955f33d412d2f288807fe9b4d3e (diff)
downloadafl++-5d5d1f70fc31c3bb4abef3a28014cb2fa8d84cc0.tar.gz
Merge pull request #1447 from rhtenhove/more-tags
fixes github actions
Diffstat (limited to 'docs/INSTALL.md')
-rw-r--r--docs/INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index 754621b5..e29fca96 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -8,8 +8,8 @@ hence afl-clang-lto is available) or just pull directly from the Docker Hub
 (for x86_64 and arm64):
 
 ```shell
-docker pull aflplusplus/aflplusplus
-docker run -ti -v /location/of/your/target:/src aflplusplus/aflplusplus
+docker pull docker.io/aflplusplus/aflplusplus:stable
+docker run -ti -v /location/of/your/target:/src docker.io/aflplusplus/aflplusplus:stable
 ```
 
 This image is automatically generated when a push to the stable repo happens.