Skip to content

Commit

Permalink
Update Craft 3 to 3.1.22; Update Redis to 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
colinwilson committed Apr 16, 2019
1 parent 11024af commit 1ad3204
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.3.3] - 16-04-2019
### Update
- Update Craft to [3.1.22](https://github.com/craftcms/cms/blob/develop/CHANGELOG-v3.md)
- Upgrade Redis to [5.0.4](https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES)

## [0.3.2] - 05-03-2019
### Update
- Update Craft to [3.1.16](https://github.com/craftcms/cms/blob/develop/CHANGELOG-v3.md)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.1.16 | PostgreSQL 10.7 | Redis 5.0.3 |
| latest | craft3 | 3.1.22 | PostgreSQL 10.7 | Redis 5.0.4 |
| craft2 | craft2 | 2.7.5 | MariaDB 10.4.3 | Redis 4.0.13 |

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

redis:
image: redis:5.0.3-alpine
image: redis:5.0.4-alpine
volumes:
- /data:/data

0 comments on commit 1ad3204

Please sign in to comment.