Skip to content

Commit

Permalink
Upgrade Craft to 3.0.0-beta.26
Browse files Browse the repository at this point in the history
  • Loading branch information
colinwilson committed Aug 22, 2017
1 parent 456c1c8 commit c368688
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM wyveo/nginx-php-fpm:latest
MAINTAINER Colin Wilson "[email protected]"

# 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 \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit c368688

Please sign in to comment.