Skip to content

Commit a3649ac

Browse files
committed
prepare upcoming release 1.8
1 parent ffcef4f commit a3649ac

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.changes/1.8.0-snapshot.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

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.44
10+
ARG DOCKER_PHP_EXTENSION_INSTALLER=1.5.46
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)