Skip to content

Commit

Permalink
Upgrade Craft to 2.6.2982 (critical security fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinwilson committed Jun 8, 2017
1 parent 37c0020 commit 61bbb61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.6] - 07-06-2017
### Update
- Upgrade Craft to 2.6.2982 (Critical security fix)

## [0.1.5] - 02-06-2017
### Update
- Upgrade Craft to 2.6.2981
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=2981
ENV CRAFT_VERSION=2.6 CRAFT_BUILD=2982

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

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 CMS](https://craftcms.com/) / [Craft 3 Beta](https://craftcms.
#### Versioning
| Docker Tag | Git Branch | Craft Release | Database | Caching |
|-----|-------|-----|--------|--------|
| latest | master | 2.6.2981 | MariaDB 10.1.23 | Redis 3.2.9 |
| latest | master | 2.6.2982 | MariaDB 10.1.23 | Redis 3.2.9 |
| craft3beta | craft3beta |craft 3 beta 19 | PostgreSQL 9.6.3 | Memcached 1.4.36 |

Features:
Expand Down

0 comments on commit 61bbb61

Please sign in to comment.