mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-21 21:57:47 +00:00
Fixes #367 Latest PHP-FPM images
This commit is contained in:
parent
c3af49f401
commit
708471a640
@ -14,7 +14,7 @@ putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
|
||||
|
||||
|
||||
$DEVILBOX_VERSION = 'v0.15';
|
||||
$DEVILBOX_DATE = '2018-10-01';
|
||||
$DEVILBOX_DATE = '2018-11-02';
|
||||
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
|
||||
|
||||
//
|
||||
|
@ -95,7 +95,7 @@ services:
|
||||
# PHP / HHVM
|
||||
# ------------------------------------------------------------
|
||||
php:
|
||||
image: devilbox/php-fpm:${PHP_SERVER:-7.0}-work-0.42
|
||||
image: devilbox/php-fpm:${PHP_SERVER:-7.0}-work-0.44
|
||||
|
||||
##
|
||||
## All .env variables
|
||||
|
Loading…
Reference in New Issue
Block a user