mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-18 02:40:04 +00:00
Update PHP images
This commit is contained in:
parent
4b23dd6d6d
commit
d5eca8a114
@ -13,8 +13,8 @@ error_reporting(-1);
|
||||
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
|
||||
|
||||
|
||||
$DEVILBOX_VERSION = 'v1.7.2';
|
||||
$DEVILBOX_DATE = '2020-09-17';
|
||||
$DEVILBOX_VERSION = 'v1.7.3';
|
||||
$DEVILBOX_DATE = '2020-11-07';
|
||||
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
|
||||
|
||||
//
|
||||
|
15
CHANGELOG.md
15
CHANGELOG.md
@ -7,6 +7,21 @@ major versions.
|
||||
## Unreleased
|
||||
|
||||
|
||||
## Release v1.7.2 (2020-11-07)
|
||||
|
||||
#### Fixed
|
||||
- [#739](https://github.com/cytopia/devilbox/issues/739) Disabled gd-jis: https://bugs.php.net/bug.php?id=73582
|
||||
- [#740](https://github.com/cytopia/devilbox/issues/740) Use latest PHP 8.0 image
|
||||
|
||||
#### Added
|
||||
- [#715](https://github.com/cytopia/devilbox/issues/715) PHP module mongodb is added to PHP 8.0
|
||||
- Added PHP 8.1: https://github.com/devilbox/docker-php-fpm-8.1
|
||||
|
||||
#### Changed
|
||||
- [#736](https://github.com/cytopia/devilbox/issues/736) Composer is updated to v2 (/usr/local/bin/composer)
|
||||
- Composer is available as v1 and v2 (/usr/local/bin/composer-[12])
|
||||
|
||||
|
||||
## Release v1.7.2 (2020-09-17)
|
||||
|
||||
#### Added
|
||||
|
@ -95,7 +95,7 @@ services:
|
||||
# PHP
|
||||
# ------------------------------------------------------------
|
||||
php:
|
||||
image: devilbox/php-fpm:${PHP_SERVER}-work-0.112
|
||||
image: devilbox/php-fpm:${PHP_SERVER}-work-0.114
|
||||
hostname: php
|
||||
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user