Skip to content

Commit a3d7f21

Browse files
committed
upgrade docker-php-extension-installer to version 1.5.29
1 parent e2d0817 commit a3d7f21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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.18
10+
ARG DOCKER_PHP_EXTENSION_INSTALLER=1.5.29
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)