summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-02-12 13:05:04 +0300
committerGitHub <[email protected]>2022-02-12 13:05:04 +0300
commit4397b1831bff93aab9f8d20a9b44a47f2f0f6555 (patch)
tree72422e9f9a2466657dd1a530534496a621fc639d /README.md
parent58b80d16560228d818d0a9e22c195f1ea81ebc27 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f9c83c17..33457033 100644
--- a/README.md
+++ b/README.md
@@ -59,13 +59,13 @@ Installation:
--------
To get the roadrunner binary file you can use our docker image: `spiralscout/roadrunner:2.X.X` (more information about
-image and tags can be found [here](https://hub.docker.com/r/spiralscout/roadrunner/)) or use the GitHub package: `ghcr.io/roadrunner-server/roadrunner:2.7.7`
+image and tags can be found [here](https://hub.docker.com/r/spiralscout/roadrunner/)) or use the GitHub package: `ghcr.io/roadrunner-server/roadrunner:2.X.X`
- Docker:
```dockerfile
-FROM ghcr.io/roadrunner-server/roadrunner:2.7.7 AS roadrunner
+FROM ghcr.io/roadrunner-server/roadrunner:2.X.X AS roadrunner
FROM php:8.1-cli
COPY --from=roadrunner /usr/bin/rr /usr/local/bin/rr