Skip to content

Commit ece70ad

Browse files
committed
upgrade mlocati/docker-php-extension-installer to version 1.4.12
1 parent 3f3e5f9 commit ece70ad

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- upgrade [docker-php-extension-installer](https://github.com/mlocati/docker-php-extension-installer) to version 1.4.12
13+
1014
## [1.3.0] - 2022-01-09
1115

1216
### Added

Dockerfiles/mods/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM ${VENDOR}/php-fpm:${PHP_VERSION}-base as base
77

88
FROM base as builder
99

10-
ARG DOCKER_PHP_EXTENSION_INSTALLER=1.4.8
10+
ARG DOCKER_PHP_EXTENSION_INSTALLER=1.4.12
1111
ADD https://github.com/mlocati/docker-php-extension-installer/releases/download/${DOCKER_PHP_EXTENSION_INSTALLER}/install-php-extensions /usr/local/bin/
1212
RUN chmod uga+x /usr/local/bin/install-php-extensions
1313

0 commit comments

Comments
 (0)