Skip to content

Commit

Permalink
Upgrade Craft to 2.6.2990
Browse files Browse the repository at this point in the history
  • Loading branch information
colinwilson committed Sep 26, 2017
1 parent 595e47a commit 08f79a6
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.2.8] - 26-09-2017
### Update
- Upgrade Craft to 2.6.2990
- Upgrade Redis to 3.2.11

## [0.2.7] - 02-09-2017
### Update
- Upgrade MariaDB to 10.2.28
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:latest
MAINTAINER Colin Wilson "[email protected]"

# Set craft cms version
ENV CRAFT_VERSION=2.6 CRAFT_BUILD=2989
ENV CRAFT_VERSION=2.6 CRAFT_BUILD=2990

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 CMS](https://craftcms.com/) / [Craft 3 Beta](https://craftcms.
#### Versioning
| Docker Tag | Git Branch | Craft Release | Database | Caching |
|-----|-------|-----|--------|--------|
| latest | master | 2.6.2989 | MariaDB 10.2.8 | Redis 3.2.10 |
| craft3beta | craft3beta | 3.0.0-beta.26 | PostgreSQL 9.6.5 | Memcached 1.5.1 |
| latest | master | 2.6.2990 | MariaDB 10.2.8 | Redis 3.2.11 |
| craft3beta | craft3beta | 3.0.0-beta.28 | PostgreSQL 9.6.5 | Memcached 1.5.1 |

Features:

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ mariadb:
- /var/lib/mysql

redis:
image: redis:3.2.10-alpine
image: redis:3.2.11-alpine
volumes:
- /data:/data

0 comments on commit 08f79a6

Please sign in to comment.