Skip to content

Commit bc59346

Browse files
committed
upgrade mlocati/docker-php-extension-installer to version 1.4.13 to fix sockets build issue with PHP 8.0.15 and 8.1.2 (see also mlocati/docker-php-extension-installer#498)
1 parent 53376e8 commit bc59346

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
- upgrade [docker-php-extension-installer](https://github.com/mlocati/docker-php-extension-installer) to version 1.4.13
11+
1012
## [1.4.0] - 2022-01-22
1113

1214
### 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.12
10+
ARG DOCKER_PHP_EXTENSION_INSTALLER=1.4.13
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)