summaryrefslogtreecommitdiffstats
path: root/examples/docker/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docker/README.md')
-rw-r--r--examples/docker/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/docker/README.md b/examples/docker/README.md
index 9131559..a439dbd 100644
--- a/examples/docker/README.md
+++ b/examples/docker/README.md
@@ -6,7 +6,7 @@ The following assumes:
* a `runner-config.yml` file exists in /tmp/data
```sh
-docker run -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/data:/data --user 1000:133 --rm code.forgejo.org/forgejo/runner:5.0.4 forgejo-runner --config runner-config.yaml daemon
+docker run -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/data:/data --user 1000:133 --rm code.forgejo.org/forgejo/runner:6.0.1 forgejo-runner --config runner-config.yaml daemon
```
-The workflows will run using the host docker srever
+The workflows will run using the host docker server