summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 230b0faa..8923a263 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ image and tags can be found [here](https://hub.docker.com/r/spiralscout/roadrunn
```dockerfile
FROM ghcr.io/roadrunner-server/roadrunner:2.X.X AS roadrunner
-FROM php:8.1-cli
+FROM php:8.2-cli
COPY --from=roadrunner /usr/bin/rr /usr/local/bin/rr