File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,21 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
77
88## [ Unreleased]
99
10+ <!-- MARKDOWN-RELEASE:START -->
11+ ### Changed
12+
13+ - upgrade [ docker-php-extension-installer] ( https://github.com/mlocati/docker-php-extension-installer ) to version 1.5.42
14+ <!-- MARKDOWN-RELEASE:END -->
15+
1016## [ 1.6.0] - 2022-09-15
1117
12- <!-- MARKDOWN-RELEASE:START -->
1318### Added
1419
1520- basic support for PHP 8.2.0RC1
1621
1722### Changed
1823
1924- upgrade [ docker-php-extension-installer] ( https://github.com/mlocati/docker-php-extension-installer ) to version 1.5.37
20- <!-- MARKDOWN-RELEASE:END -->
2125
2226## [ 1.5.0] - 2022-02-20
2327
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.5.37
10+ ARG DOCKER_PHP_EXTENSION_INSTALLER=1.5.42
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