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 @@ -7,7 +7,7 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
77
88## [ Unreleased]
99
10- - upgrade [ docker-php-extension-installer] ( https://github.com/mlocati/docker-php-extension-installer ) to version 1.4.13
10+ - upgrade [ docker-php-extension-installer] ( https://github.com/mlocati/docker-php-extension-installer ) to version 1.4.16
1111
1212## [ 1.4.0] - 2022-01-22
1313
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.13
10+ ARG DOCKER_PHP_EXTENSION_INSTALLER=1.4.16
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