File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+
2+ ## 1.8.0-snapshot - 2022-11-15
3+
4+ ### Added
5+
6+ - Introduced [ Changie tools] ( https://github.com/miniscruff/changie )
7+
8+ ### Changed
9+
10+ - upgrade [ docker-php-extension-installer] ( https://github.com/mlocati/docker-php-extension-installer ) to version 1.5.46
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.44
10+ ARG DOCKER_PHP_EXTENSION_INSTALLER=1.5.46
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