diff --git a/images/php-fpm/8.1.Dockerfile b/images/php-fpm/8.1.Dockerfile index 3a35d2457..0160aeac5 100644 --- a/images/php-fpm/8.1.Dockerfile +++ b/images/php-fpm/8.1.Dockerfile @@ -47,7 +47,7 @@ COPY 00-lagoon-php.ini.tpl "$PHP_INI_DIR/conf.d/" COPY php-fpm.d/www.conf php-fpm.d/global.conf /usr/local/etc/php-fpm.d/ COPY ssmtp.conf /etc/ssmtp/ssmtp.conf COPY blackfire.ini /usr/local/etc/php/conf.d/blackfire.disable -COPY --from=docker.io/mlocati/php-extension-installer:2.6.4 /usr/bin/install-php-extensions /usr/local/bin/ +COPY --from=docker.io/mlocati/php-extension-installer:2.7.6 /usr/bin/install-php-extensions /usr/local/bin/ RUN apk update \ && apk add --no-cache --virtual .devdeps \ diff --git a/images/php-fpm/8.2.Dockerfile b/images/php-fpm/8.2.Dockerfile index cc565fa61..db627f1fc 100644 --- a/images/php-fpm/8.2.Dockerfile +++ b/images/php-fpm/8.2.Dockerfile @@ -47,7 +47,7 @@ COPY 00-lagoon-php.ini.tpl "$PHP_INI_DIR/conf.d/" COPY php-fpm.d/www.conf php-fpm.d/global.conf /usr/local/etc/php-fpm.d/ COPY ssmtp.conf /etc/ssmtp/ssmtp.conf COPY blackfire.ini /usr/local/etc/php/conf.d/blackfire.disable -COPY --from=docker.io/mlocati/php-extension-installer:2.6.4 /usr/bin/install-php-extensions /usr/local/bin/ +COPY --from=docker.io/mlocati/php-extension-installer:2.7.6 /usr/bin/install-php-extensions /usr/local/bin/ RUN apk update \ && apk add --no-cache --virtual .devdeps \ diff --git a/images/php-fpm/8.3.Dockerfile b/images/php-fpm/8.3.Dockerfile index cefebbe35..25497eb15 100644 --- a/images/php-fpm/8.3.Dockerfile +++ b/images/php-fpm/8.3.Dockerfile @@ -47,7 +47,7 @@ COPY 00-lagoon-php.ini.tpl "$PHP_INI_DIR/conf.d/" COPY php-fpm.d/www.conf php-fpm.d/global.conf /usr/local/etc/php-fpm.d/ COPY ssmtp.conf /etc/ssmtp/ssmtp.conf COPY blackfire.ini /usr/local/etc/php/conf.d/blackfire.disable -COPY --from=docker.io/mlocati/php-extension-installer:2.6.4 /usr/bin/install-php-extensions /usr/local/bin/ +COPY --from=docker.io/mlocati/php-extension-installer:2.7.6 /usr/bin/install-php-extensions /usr/local/bin/ RUN apk update \ && apk add --no-cache --virtual .devdeps \ diff --git a/images/php-fpm/8.4.Dockerfile b/images/php-fpm/8.4.Dockerfile index 8fad8fe98..1bf46c3b8 100644 --- a/images/php-fpm/8.4.Dockerfile +++ b/images/php-fpm/8.4.Dockerfile @@ -47,7 +47,7 @@ COPY 00-lagoon-php.ini.tpl "$PHP_INI_DIR/conf.d/" COPY php-fpm.d/www.conf php-fpm.d/global.conf /usr/local/etc/php-fpm.d/ COPY ssmtp.conf /etc/ssmtp/ssmtp.conf COPY blackfire.ini /usr/local/etc/php/conf.d/blackfire.disable -COPY --from=docker.io/mlocati/php-extension-installer:2.6.4 /usr/bin/install-php-extensions /usr/local/bin/ +COPY --from=docker.io/mlocati/php-extension-installer:2.7.6 /usr/bin/install-php-extensions /usr/local/bin/ RUN apk update \ && apk add --no-cache --virtual .devdeps \