mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-21 01:42:14 +00:00
Fixes #662 Update to latest Symfony CLI
This commit is contained in:
parent
556b50d76c
commit
06830367c9
@ -13,8 +13,8 @@ error_reporting(-1);
|
||||
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
|
||||
|
||||
|
||||
$DEVILBOX_VERSION = 'v1.6.0';
|
||||
$DEVILBOX_DATE = '2020-01-04';
|
||||
$DEVILBOX_VERSION = 'v1.6.1';
|
||||
$DEVILBOX_DATE = '2020-01-05';
|
||||
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
|
||||
|
||||
//
|
||||
|
@ -7,6 +7,12 @@ major versions.
|
||||
## Unreleased
|
||||
|
||||
|
||||
## Bugfix Release v1.6.1 (2019-01-05)
|
||||
|
||||
#### Fixed
|
||||
- [#662](https://github.com/cytopia/devilbox/issues/662) Update to latest Symfony CLI
|
||||
|
||||
|
||||
## Release v1.6.0 (2020-01-04)
|
||||
|
||||
#### Changed
|
||||
|
@ -95,7 +95,7 @@ services:
|
||||
# PHP
|
||||
# ------------------------------------------------------------
|
||||
php:
|
||||
image: devilbox/php-fpm:${PHP_SERVER}-work-0.100
|
||||
image: devilbox/php-fpm:${PHP_SERVER}-work-0.101
|
||||
hostname: php
|
||||
|
||||
##
|
||||
|
Loading…
x
Reference in New Issue
Block a user