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.1.1] - 18-06-2018
2+ ### Update
3+ - Update Craft to 3.0.11
4+ - Redis update to 4.0.10 (critical security fix)
5+
16## [ 0.1.0] - 08-06-2018
27### Update
38- Update Craft to 3.0.10.3
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.0.10.3 | PostgreSQL 10.4 | Redis 4.0.9 |
7+ | latest | craft3 | 3.0.11 | PostgreSQL 10.4 | Redis 4.0.10 |
88| craft2 | craft2 | 2.6.3016 | MariaDB 10.3.6 | Redis 4.0.9 |
99
1010Features:
Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ services:
4747 - postgresql-data:/var/lib/postgresql/data
4848
4949 redis :
50- image : redis:4.0.9 -alpine
50+ image : redis:4.0.10 -alpine
5151 volumes :
5252 - /data:/data
You can’t perform that action at this time.
0 commit comments