From 7635d0f80f206e9c574d91d5b1358d9396066981 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 00:53:53 +0000 Subject: [PATCH] chore(deps): update mlocati/php-extension-installer docker tag to v2.6.0 --- containers/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/php/Dockerfile b/containers/php/Dockerfile index 752fb61..62e1a35 100644 --- a/containers/php/Dockerfile +++ b/containers/php/Dockerfile @@ -9,7 +9,7 @@ ARG DEPENDENCIES_DEV="git shadow sudo bash" FROM php:8.3.12-fpm-alpine AS base WORKDIR /var/www/html # install extensions and packages -COPY --from=mlocati/php-extension-installer:2.5.2 /usr/bin/install-php-extensions /usr/local/sbin/ +COPY --from=mlocati/php-extension-installer:2.6.0 /usr/bin/install-php-extensions /usr/local/sbin/ COPY --from=composer:2.8.1 /usr/bin/composer /usr/local/bin/composer # php configuration COPY containers/php/conf.d /usr/local/etc/php/conf.d