Skip to content

Commit

Permalink
Update Craft 3 to 3.0.19; Update Redis to 4.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
colinwilson committed Aug 8, 2018
1 parent 3368ba1 commit 6c1ec35
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 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.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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM wyveo/nginx-php-fpm:latest
FROM wyveo/nginx-php-fpm:php72

MAINTAINER Colin Wilson "[email protected]"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6c1ec35

Please sign in to comment.