Update docker images

This commit is contained in:
cytopia 2020-08-09 12:01:20 +02:00
parent a10efca1c3
commit eafc56f5ab
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
3 changed files with 13 additions and 6 deletions

View File

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

View File

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

View File

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