File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.4.1] - 21-09-2020
2+ ### Update
3+ - Update Craft to [ 3.5.11.1] ( https://github.com/craftcms/cms/blob/develop/CHANGELOG-v3.md )
4+ - Upgrade Redis to [ 6.0.8] ( https://raw.githubusercontent.com/antirez/redis/6.0/00-RELEASENOTES )
5+
16## [ 0.4.0] - 06-09-2020
27### Update
38- Update Craft to [ 3.5.8] ( https://github.com/craftcms/cms/blob/develop/CHANGELOG-v3.md )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This is a [Craft 3](https://craftcms.com/3) / [Craft 2](https://craftcms.com/)
44#### Versioning
55| Docker Tag | Git Branch | Craft Release | Database | Caching |
66| -----| -------| -----| --------| --------|
7- | latest | craft3 | 3.5.8 | PostgreSQL 12.4 | Redis 6.0.7 |
7+ | latest | craft3 | 3.5.11.1 | PostgreSQL 12.4 | Redis 6.0.8 |
88| craft2 | craft2 | 2.7.10 | MariaDB 10.5.1 | Redis 5.0.7 |
99
1010Features:
Original file line number Diff line number Diff line change @@ -48,6 +48,6 @@ services:
4848 - postgresql-data:/var/lib/postgresql/data
4949
5050 redis :
51- image : redis:6.0.7 -alpine
51+ image : redis:6.0.8 -alpine
5252 volumes :
5353 - /data:/data
You can’t perform that action at this time.
0 commit comments