summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-02-14 21:07:05 +0300
committerGitHub <[email protected]>2022-02-14 21:07:05 +0300
commit05d19beee1b860345c8315a24e5494e69ca21333 (patch)
treed33d631ac1c0dc5c13d8401b0a3a07b30ac68e1b
parent6791a169f77736f7fb45227e03e6eeaa248a846e (diff)
parent4397b1831bff93aab9f8d20a9b44a47f2f0f6555 (diff)
Merge branch 'master' into release/v2.7.9
-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