aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/debugging.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/debugging.md')
-rw-r--r--docs/debugging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/debugging.md b/docs/debugging.md
index 10c3fe7d..4e97aadb 100644
--- a/docs/debugging.md
+++ b/docs/debugging.md
@@ -14,5 +14,5 @@ If you decide to debug a fuzzer with gdb (which is already installed in base-run
you will need to start a container in privileged mode:
```bash
-docker run -ti --privileged -v /tmp/out:/out gcr.io/oss-fuzz/base-runner-debug gdb /out/<fuzz_target_name>
+docker run -ti --privileged -v /tmp/out:/out gcr.io/oss-fuzz-base/base-runner-debug gdb /out/<fuzz_target_name>
```