mirror of
https://github.com/cytopia/devilbox.git
synced 2025-04-09 03:54:16 +00:00
Update docker images
This commit is contained in:
parent
a10efca1c3
commit
eafc56f5ab
@ -13,8 +13,8 @@ error_reporting(-1);
|
||||
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
|
||||
|
||||
|
||||
$DEVILBOX_VERSION = 'v1.7.0';
|
||||
$DEVILBOX_DATE = '2020-03-24';
|
||||
$DEVILBOX_VERSION = 'v1.7.1';
|
||||
$DEVILBOX_DATE = '2020-08-09';
|
||||
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
|
||||
|
||||
//
|
||||
|
@ -7,11 +7,18 @@ major versions.
|
||||
## Unreleased
|
||||
|
||||
|
||||
## Release v1.7.1 (2020-06-29)
|
||||
## Release v1.7.1 (2020-08-09)
|
||||
|
||||
#### Added
|
||||
- [#700](https://github.com/cytopia/devilbox/issues/700) Re-added imap for PHP 7.4
|
||||
- [#611](https://github.com/cytopia/devilbox/issues/611) Adding `certbot` binary to PHP
|
||||
- [#713](https://github.com/cytopia/devilbox/issues/713) Added `gsfonts`
|
||||
- [#713](https://github.com/cytopia/devilbox/issues/713) Added `mupdf` and `mupdf-tools`
|
||||
- [#714](https://github.com/cytopia/devilbox/issues/714) Added PDF support for imagick
|
||||
|
||||
#### Changed
|
||||
- Updated Nginx (stable and mainline)
|
||||
- Updated MySQL/MariaDB/PerconaDB images
|
||||
|
||||
|
||||
## Release v1.7.0 (2020-03-24)
|
||||
|
@ -95,7 +95,7 @@ services:
|
||||
# PHP
|
||||
# ------------------------------------------------------------
|
||||
php:
|
||||
image: devilbox/php-fpm:${PHP_SERVER}-work-0.107
|
||||
image: devilbox/php-fpm:${PHP_SERVER}-work-0.109
|
||||
hostname: php
|
||||
|
||||
##
|
||||
@ -213,7 +213,7 @@ services:
|
||||
# Web Server
|
||||
# ------------------------------------------------------------
|
||||
httpd:
|
||||
image: devilbox/${HTTPD_SERVER}:0.32
|
||||
image: devilbox/${HTTPD_SERVER}:0.33
|
||||
hostname: httpd
|
||||
|
||||
environment:
|
||||
@ -312,7 +312,7 @@ services:
|
||||
# MySQL Database
|
||||
# ------------------------------------------------------------
|
||||
mysql:
|
||||
image: devilbox/mysql:${MYSQL_SERVER}-0.4
|
||||
image: devilbox/mysql:${MYSQL_SERVER}-0.5
|
||||
hostname: mysql
|
||||
|
||||
environment:
|
||||
|
Loading…
x
Reference in New Issue
Block a user