Skip to content

Commit

Permalink
Merge pull request #1193 from uselagoon/renovate/main-docker.io-mloca…
Browse files Browse the repository at this point in the history
…ti-php-extension-installer-2.x

chore(deps): update docker.io/mlocati/php-extension-installer docker tag to v2.7.6 (main)
  • Loading branch information
tobybellwood authored Dec 16, 2024
2 parents e60a0c3 + 3195a5f commit a1837de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion images/php-fpm/8.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion images/php-fpm/8.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion images/php-fpm/8.3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion images/php-fpm/8.4.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a1837de

Please sign in to comment.