From 6c1ec35dd6ac25bf798e74441394fd328c5b9dd7 Mon Sep 17 00:00:00 2001 From: Colin Wilson Date: Wed, 8 Aug 2018 14:24:27 +0100 Subject: [PATCH] Update Craft 3 to 3.0.19; Update Redis to 4.0.11 --- CHANGELOG.md | 5 +++++ Dockerfile | 2 +- README.md | 4 ++-- docker-compose.yml | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69335e5..31d9d46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.1.8] - 08-08-2018 +### Update +- Update Craft to [3.0.19](https://github.com/craftcms/cms/blob/develop/CHANGELOG-v3.md) +- Upgrade Redis to [4.0.11](https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES) (important bugs fixed) + ## [0.1.7] - 03-08-2018 ### Update - Update Craft to 3.0.18 diff --git a/Dockerfile b/Dockerfile index c592038..e21ff8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM wyveo/nginx-php-fpm:latest +FROM wyveo/nginx-php-fpm:php72 MAINTAINER Colin Wilson "colin@wyveo.com" diff --git a/README.md b/README.md index 609a976..e352ce2 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ This is a [Craft 3](https://craftcms.com/3) / [Craft 2](https://craftcms.com/) #### Versioning | Docker Tag | Git Branch | Craft Release | Database | Caching | |-----|-------|-----|--------|--------| -| latest | craft3 | 3.0.18 | PostgreSQL 10.4 | Redis 4.0.10 | -| craft2 | craft2 | 2.7.0 | MariaDB 10.3.8 | Redis 4.0.10 | +| latest | craft3 | 3.0.19 | PostgreSQL 10.4 | Redis 4.0.11 | +| craft2 | craft2 | 2.7.0 | MariaDB 10.3.8 | Redis 4.0.11 | Features: diff --git a/docker-compose.yml b/docker-compose.yml index fc5d143..4c046c4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -47,6 +47,6 @@ services: - postgresql-data:/var/lib/postgresql/data redis: - image: redis:4.0.10-alpine + image: redis:4.0.11-alpine volumes: - /data:/data