mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-20 11:39:01 +00:00
commit
575782af55
@ -13,8 +13,8 @@ error_reporting(-1);
|
||||
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
|
||||
|
||||
|
||||
$DEVILBOX_VERSION = 'v2.1.0';
|
||||
$DEVILBOX_DATE = '2022-04-05';
|
||||
$DEVILBOX_VERSION = 'v2.1.1';
|
||||
$DEVILBOX_DATE = '2022-04-07';
|
||||
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
|
||||
|
||||
//
|
||||
|
@ -6,6 +6,12 @@ Make sure to have a look at [UPDATING.md](https://github.com/cytopia/devilbox/bl
|
||||
## Unreleased
|
||||
|
||||
|
||||
## Release v2.1.1 (2022-04-07)
|
||||
|
||||
#### Changed
|
||||
- Used tagged PHP images (auto-updating)instead early release branch one.
|
||||
|
||||
|
||||
## Release v2.1.0 (2022-04-05)
|
||||
|
||||
This is now a 100% `arm64` compatible release.
|
||||
|
@ -94,7 +94,7 @@ services:
|
||||
# PHP
|
||||
# ------------------------------------------------------------
|
||||
php:
|
||||
image: devilbox/php-fpm:${PHP_SERVER}-work-release-0.139
|
||||
image: devilbox/php-fpm:${PHP_SERVER}-work-0.139
|
||||
hostname: php
|
||||
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user