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