mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-31 00:23:51 +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');
|
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
|
||||||
|
|
||||||
|
|
||||||
$DEVILBOX_VERSION = 'v1.7.2';
|
$DEVILBOX_VERSION = 'v1.7.3';
|
||||||
$DEVILBOX_DATE = '2020-09-17';
|
$DEVILBOX_DATE = '2020-11-07';
|
||||||
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
|
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
|
||||||
|
|
||||||
//
|
//
|
||||||
|
15
CHANGELOG.md
15
CHANGELOG.md
@ -7,6 +7,21 @@ major versions.
|
|||||||
## Unreleased
|
## 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)
|
## Release v1.7.2 (2020-09-17)
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
@ -95,7 +95,7 @@ services:
|
|||||||
# PHP
|
# PHP
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
php:
|
php:
|
||||||
image: devilbox/php-fpm:${PHP_SERVER}-work-0.112
|
image: devilbox/php-fpm:${PHP_SERVER}-work-0.114
|
||||||
hostname: php
|
hostname: php
|
||||||
|
|
||||||
##
|
##
|
||||||
|
Loading…
x
Reference in New Issue
Block a user