From c368688bd3fd9c206c4694e9dad3ed3f379c4ee1 Mon Sep 17 00:00:00 2001 From: Colin Wilson Date: Tue, 22 Aug 2017 22:12:05 +0100 Subject: [PATCH] Upgrade Craft to 3.0.0-beta.26 --- CHANGELOG.md | 5 +++++ Dockerfile | 2 +- README.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ae18a2..1664bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.2.2] - 22-08-2017 +### Update +- Upgrade Craft to 3.0.0-beta.26 +- Update Composer to 1.5.1 + ## [0.2.2] - 21-08-2017 ### Update - Upgrade Craft to 3.0.0-beta.25 diff --git a/Dockerfile b/Dockerfile index 8d0f9ad..77df36f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM wyveo/nginx-php-fpm:latest MAINTAINER Colin Wilson "colin@wyveo.com" # Composer - https://hub.docker.com/r/composer/composer/ -ENV COMPOSER_VERSION 1.4.3 +ENV COMPOSER_VERSION 1.5.1 RUN curl -o /tmp/composer-setup.php https://getcomposer.org/installer \ && curl -o /tmp/composer-setup.sig https://composer.github.io/installer.sig \ diff --git a/README.md b/README.md index ae200e1..5098a61 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a [Craft CMS](https://craftcms.com/) / [Craft 3 Beta](https://craftcms. | Docker Tag | Git Branch | Craft Release | Database | Caching | |-----|-------|-----|--------|--------| | latest | master | 2.6.2989 | MariaDB 10.2.27 | Redis 3.2.10 | -| craft3beta | craft3beta | 3.0.0-beta.25 | PostgreSQL 9.6.4 | Memcached 1.5.0 | +| craft3beta | craft3beta | 3.0.0-beta.26 | PostgreSQL 9.6.4 | Memcached 1.5.0 | Features: