From e5529560377a8f502d96a1c221cd01037b2c3175 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:08:03 +0000 Subject: [PATCH] chore(deps): update mlocati/php-extension-installer docker tag to v2.7.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7032258a..1de8369b 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.7.5 /usr/bin/install-php-extensions /usr/local/bin/ +COPY --from=mlocati/php-extension-installer:2.7.7 /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.