From 746f2c4ac4cdb2307e0d595b5e52a1e2b363b44b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 01:30:15 +0000 Subject: [PATCH] chore(deps): update mlocati/php-extension-installer docker tag to v2.7.5 --- containers/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/php/Dockerfile b/containers/php/Dockerfile index 3d3f990..4bda7f4 100644 --- a/containers/php/Dockerfile +++ b/containers/php/Dockerfile @@ -9,7 +9,7 @@ ARG DEPENDENCIES_DEV="git shadow sudo bash" FROM php:8.3.13-fpm-alpine AS base WORKDIR /var/www/html # install extensions and packages -COPY --from=mlocati/php-extension-installer:2.7.0 /usr/bin/install-php-extensions /usr/local/sbin/ +COPY --from=mlocati/php-extension-installer:2.7.5 /usr/bin/install-php-extensions /usr/local/sbin/ COPY --from=composer:2.8.3 /usr/bin/composer /usr/local/bin/composer # php configuration COPY containers/php/conf.d /usr/local/etc/php/conf.d