From 87c7d5ff6c4dc30d57ae4f816d03e61658350e5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 18:42:02 +0000 Subject: [PATCH] chore(deps): update mlocati/php-extension-installer docker tag to v2.1.49 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ba2bd0950..b1082b2ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ COPY ./container/configs/php.ini /usr/local/etc/php/php.ini # Install PHP extension(s) -COPY --from=mlocati/php-extension-installer:2.1.38@sha256:c3a2b786a0ed48919fea7af99bbc2732e50a787ea1eb31efe20df08f33c33220 /usr/bin/install-php-extensions /usr/local/bin/ +COPY --from=mlocati/php-extension-installer:2.1.49@sha256:4d2c16833c7bfa5278971ba5b2b31ee27aa156192c019ceb54c2ea75d4e6fa00 /usr/bin/install-php-extensions /usr/local/bin/ # These are the extensions we depend on: # $ composer check -f json 2>/dev/null | jq '.[] | select(.name | startswith("ext-")) | .name | sub("ext-"; "")' -r # Currently, this seems to only be pdo_mysql.