File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.2.4] - 26-09-2017
2+ ### Update
3+ - Upgrade Craft to 3.0.0-beta.28
4+ - Update Composer to 1.5.2
5+
16## [ 0.2.3] - 02-09-2017
27### Update
38- Update memcached to 1.5.1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM wyveo/nginx-php-fpm:latest
33MAINTAINER Colin Wilson "colin@wyveo.com"
44
55# Composer - https://hub.docker.com/r/composer/composer/
6- ENV COMPOSER_VERSION 1.5.1
6+ ENV COMPOSER_VERSION 1.5.2
77
88RUN curl -o /tmp/composer-setup.php https://getcomposer.org/installer \
99 && curl -o /tmp/composer-setup.sig https://composer.github.io/installer.sig \
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ This is a [Craft CMS](https://craftcms.com/) / [Craft 3 Beta](https://craftcms.
44#### Versioning
55| Docker Tag | Git Branch | Craft Release | Database | Caching |
66| -----| -------| -----| --------| --------|
7- | latest | master | 2.6.2989 | MariaDB 10.2.27 | Redis 3.2.10 |
8- | craft3beta | craft3beta | 3.0.0-beta.26 | PostgreSQL 9.6.4 | Memcached 1.5.0 |
7+ | latest | master | 2.6.2990 | MariaDB 10.2.28 | Redis 3.2.11 |
8+ | craft3beta | craft3beta | 3.0.0-beta.28 | PostgreSQL 9.6.5 | Memcached 1.5.1 |
99
1010Features:
1111
You can’t perform that action at this time.
0 commit comments