From c5ce6bed977df65991e60510dfedfc7b3c2c38d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:50:13 -0500 Subject: [PATCH] chore(deps): update ghcr.io/roadrunner-server/roadrunner docker tag to v2023.3.1 (#23) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f7811a4..5bf523b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -90,7 +90,7 @@ RUN if [ "$COMPOSER_VERSION" = "1" ]; then \ ; fi COPY --from=mlocati/php-extension-installer:2.1.58 /usr/bin/install-php-extensions /usr/bin/ -COPY --from=ghcr.io/roadrunner-server/roadrunner:2023.2.2 /usr/bin/rr /usr/local/bin/rr +COPY --from=ghcr.io/roadrunner-server/roadrunner:2023.3.1 /usr/bin/rr /usr/local/bin/rr COPY rootfs/ /