Update PHP container

This commit is contained in:
cytopia
2018-08-30 08:24:20 +02:00
parent 60f8b2c2e0
commit 7fc5bd4a70
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 = '2018-08-29'; $DEVILBOX_DATE = '2018-08-30';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json'; $DEVILBOX_API_PAGE = 'devilbox-api/status.json';
// //

View File

@ -95,7 +95,7 @@ services:
# PHP / HHVM # PHP / HHVM
# ------------------------------------------------------------ # ------------------------------------------------------------
php: php:
image: devilbox/php-fpm:${PHP_SERVER:-7.0}-work-0.35 image: devilbox/php-fpm:${PHP_SERVER:-7.0}-work-0.37
## ##
## All .env variables ## All .env variables