Skip to content

Commit

Permalink
Update Craft to 3.0.33; PostgreSQL to 10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
colinwilson committed Nov 30, 2018
1 parent 9dfc8fd commit 2713f44
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.2.5] - 30-11-2018
### Update
- Update Craft to [3.0.33](https://github.com/craftcms/cms/blob/develop/CHANGELOG-v3.md)
- Update PostgreSQL to [10.6](https://www.postgresql.org/docs/10/static/release-10-6.html)

## [0.2.4] - 03-11-2018
### Update
- Update Craft to [3.0.29](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.0.29 | PostgreSQL 10.5 | Redis 4.0.11 |
| latest | craft3 | 3.0.33 | PostgreSQL 10.6 | Redis 4.0.11 |
| craft2 | craft2 | 2.7.3 | MariaDB 10.3.10 | 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 @@ -36,7 +36,7 @@ services:
LANG: C.UTF-8

postgres:
image: postgres:10.5
image: postgres:10.6
environment:
POSTGRES_USER: craft3
POSTGRES_PASSWORD: secret
Expand Down

0 comments on commit 2713f44

Please sign in to comment.