Merge pull request #890 from cytopia/release/v2.1.1

Release v2.1.1
This commit is contained in:
cytopia 2022-04-08 10:48:44 +02:00 committed by GitHub
commit 575782af55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View File

@ -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';
//

View File

@ -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.

View File

@ -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
##