Skip to content

Commit fe314d1

Browse files
committed
upgrade docker-php-extension-installer to version 1.5.42
1 parent 25f61a8 commit fe314d1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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.5.37
10+
ARG DOCKER_PHP_EXTENSION_INSTALLER=1.5.42
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)