From a23b023e20ac472a1855decfd02e502ae5be5d03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 11:32:13 -0600 Subject: [PATCH] chore(deps): update mlocati/php-extension-installer docker tag to v2.1.73 (#30) 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 2bdc0d8..225ab3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -89,7 +89,7 @@ RUN if [ "$COMPOSER_VERSION" = "1" ]; then \ && composer clear-cache \ ; fi -COPY --from=mlocati/php-extension-installer:2.1.66 /usr/bin/install-php-extensions /usr/bin/ +COPY --from=mlocati/php-extension-installer:2.1.73 /usr/bin/install-php-extensions /usr/bin/ COPY --from=ghcr.io/roadrunner-server/roadrunner:2023.3.8 /usr/bin/rr /usr/local/bin/rr COPY rootfs/ /