From 3923674fe98b03e82645b7015945cc49cd100ea7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 21:57:23 +0000 Subject: [PATCH] chore(deps): update mlocati/php-extension-installer docker tag to v2.1.55 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8770fe3b4..7421ffeb9 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 /usr/bin/install-php-extensions /usr/local/bin/ +COPY --from=mlocati/php-extension-installer:2.1.55 /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.