Use latest 2.7 release of Xdebug

This commit is contained in:
cytopia 2019-03-07 00:49:11 +01:00
parent 3d805b1191
commit 1b5f40278d
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
$DEVILBOX_VERSION = 'v0.15'; $DEVILBOX_VERSION = 'v0.15';
$DEVILBOX_DATE = '2019-03-06'; $DEVILBOX_DATE = '2019-03-07';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json'; $DEVILBOX_API_PAGE = 'devilbox-api/status.json';
// //

View File

@ -95,7 +95,7 @@ services:
# PHP # PHP
# ------------------------------------------------------------ # ------------------------------------------------------------
php: php:
image: devilbox/php-fpm:${PHP_SERVER}-work-0.78 image: devilbox/php-fpm:${PHP_SERVER}-work-0.79
hostname: php hostname: php
## ##