diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -6,7 +6,7 @@ </a> <p align="center"> <a href="https://packagist.org/packages/spiral/roadrunner"><img src="https://poser.pugx.org/spiral/roadrunner/version"></a> - <a href="https://pkg.go.dev/github.com/roadrunner-server/roadrunner/v2023?tab=doc"><img src="https://godoc.org/github.com/roadrunner-server/roadrunner/v2023?status.svg"></a> + <a href="https://pkg.go.dev/github.com/roadrunner-server/roadrunner/v2024?tab=doc"><img src="https://godoc.org/github.com/roadrunner-server/roadrunner/v2024?status.svg"></a> <a href="https://twitter.com/spiralphp"><img src="https://img.shields.io/twitter/follow/spiralphp?style=social"></a> <a href="https://codecov.io/gh/roadrunner-server/roadrunner/"><img src="https://codecov.io/gh/roadrunner-server/roadrunner/branch/master/graph/badge.svg"></a> <a href="https://github.com/roadrunner-server/roadrunner/actions"><img src="https://github.com/roadrunner-server/roadrunner/workflows/rr_cli_tests/badge.svg" alt=""></a> @@ -52,12 +52,12 @@ OSX, Linux, FreeBSD, and Windows. Instructions for using these binaries are on t ## Docker: -To get the roadrunner binary file you can use our docker image: `ghcr.io/roadrunner-server/roadrunner:2023.X.X` (more information about +To get the roadrunner binary file you can use our docker image: `ghcr.io/roadrunner-server/roadrunner:2024.X.X` (more information about image and tags can be found [here](https://github.com/roadrunner-server/roadrunner/pkgs/container/roadrunner)). ```dockerfile -FROM ghcr.io/roadrunner-server/roadrunner:2023.X.X AS roadrunner -FROM php:8.2-cli +FROM ghcr.io/roadrunner-server/roadrunner:2024.X.X AS roadrunner +FROM php:8.3-cli COPY --from=roadrunner /usr/bin/rr /usr/local/bin/rr @@ -87,8 +87,8 @@ Server binary will be available at the root of your project. ## Installation option for the Debian-derivatives (Ubuntu, Mint, MX, etc) ```bash -wget https://github.com/roadrunner-server/roadrunner/releases/download/v2023.X.X/roadrunner-2023.X.X-linux-amd64.deb -sudo dpkg -i roadrunner-2023.X.X-linux-amd64.deb +wget https://github.com/roadrunner-server/roadrunner/releases/download/v2024.X.X/roadrunner-2024.X.X-linux-amd64.deb +sudo dpkg -i roadrunner-2024.X.X-linux-amd64.deb ``` ## Download the latest release via curl: |