File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
1010<!-- MARKDOWN-RELEASE:START -->
1111### Changed
1212
13- - upgrade [ docker-php-extension-installer] ( https://github.com/mlocati/docker-php-extension-installer ) to version 1.4.18
13+ - upgrade [ docker-php-extension-installer] ( https://github.com/mlocati/docker-php-extension-installer ) to version 1.5.29
1414<!-- MARKDOWN-RELEASE:END -->
1515
1616## [ 1.5.0] - 2022-02-20
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM ${VENDOR}/php-fpm:${PHP_VERSION}-base as base
77
88FROM base as builder
99
10- ARG DOCKER_PHP_EXTENSION_INSTALLER=1.4.18
10+ ARG DOCKER_PHP_EXTENSION_INSTALLER=1.5.29
1111ADD https://github.com/mlocati/docker-php-extension-installer/releases/download/${DOCKER_PHP_EXTENSION_INSTALLER}/install-php-extensions /usr/local/bin/
1212RUN chmod uga+x /usr/local/bin/install-php-extensions
1313
You can’t perform that action at this time.
0 commit comments