Skip to content

Commit

Permalink
Upgrade Craft to 3.0.0-beta.20; Update memcached to 1.4.39
Browse files Browse the repository at this point in the history
  • Loading branch information
colinwilson committed Jul 10, 2017
1 parent 008a95a commit 73617af
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.1.6] - 10-07-2017
### Update
- Upgrade Craft to 3.0.0-beta.20
- Update memcached to 1.4.39

## [0.1.5] - 02-06-2017
### Update
- Upgrade Craft to 3.0.0-beta.19
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.2986 | MariaDB 10.1.24 | Redis 3.2.9 |
| craft3beta | craft3beta |3.0.0-beta.19 | PostgreSQL 9.6.3 | Memcached 1.4.36 |
| craft3beta | craft3beta |3.0.0-beta.20 | PostgreSQL 9.6.3 | Memcached 1.4.39 |

Features:

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ services:
- /var/lib/postgresql/data

memcached:
image: memcached:1.4.36
image: memcached:1.4.39

0 comments on commit 73617af

Please sign in to comment.