Skip to content

Commit

Permalink
Update Craft to 3.0.21
Browse files Browse the repository at this point in the history
Update Postgres to 10.5
  • Loading branch information
colinwilson committed Aug 24, 2018
1 parent 899dc1e commit f54c779
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.0] - 24-08-2018
### Update
- Update Craft to [3.0.21](https://github.com/craftcms/cms/blob/develop/CHANGELOG-v3.md)
- Update PostgreSQL to [10.5](https://www.postgresql.org/docs/10/static/release-10-5.html)

## [0.1.9] - 15-08-2018
### Update
- Update Craft to [3.0.20](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.20 | PostgreSQL 10.4 | Redis 4.0.11 |
| latest | craft3 | 3.0.21 | PostgreSQL 10.5 | 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 @@ -36,7 +36,7 @@ services:
LANG: C.UTF-8

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

0 comments on commit f54c779

Please sign in to comment.