Skip to content

Commit

Permalink
Update Craft to 2.7.4; Update MariaDB container to 10.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
colinwilson committed Nov 30, 2018
1 parent df6d0af commit 449c324
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.4.1] - 30-11-2018
### Update
- Upgrade Craft to [2.7.4](https://github.com/craftcms/cms/blob/master-v2/CHANGELOG-v2.md)
- Upgrade MariaDB to [10.3.11](https://mariadb.com/kb/en/library/mariadb-1038-release-notes/)

## [0.4.0] - 03-11-2018
### Update
- Upgrade Craft to [2.7.3](https://github.com/craftcms/cms/blob/master-v2/CHANGELOG-v2.md)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM wyveo/nginx-php-fpm:php72
MAINTAINER Colin Wilson "[email protected]"

# Set craft cms version
ENV CRAFT_VERSION=2.7 CRAFT_BUILD=3
ENV CRAFT_VERSION=2.7 CRAFT_BUILD=4

ENV CRAFT_ZIP=Craft-$CRAFT_VERSION.$CRAFT_BUILD.zip

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ 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 |
| craft2 | craft2 | 2.7.3 | MariaDB 10.3.10 | Redis 4.0.11 |
| latest | craft3 | 3.0.33 | PostgreSQL 10.6 | Redis 4.0.11 |
| craft2 | craft2 | 2.7.4 | MariaDB 10.3.11 | 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 @@ -32,7 +32,7 @@ services:
DB_PASS: secret

mariadb:
image: mariadb:10.3.10
image: mariadb:10.3.11
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_USER: craft
Expand Down

0 comments on commit 449c324

Please sign in to comment.