diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a6b996b7..e41584ef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Changelog ### 2021 +* `march` + * `apache2`, `nginx`, `php` - fixed php versions, fixed dependency hell. code updated. + * `nginx` 1.19.8 + * `testrail` v7+ migrated to `php 7.4` + updated `atlassian` images +* `february` + * hm.. nothing * `january` * splitted `php` from `websites` images. all versions - `7.2-7.4`. * updated `ioncube loader` for `php7.4`. enabled by degault. diff --git a/testrail/latest/Dockerfile b/testrail/latest/Dockerfile index 1a0474612..6a09a9575 100644 --- a/testrail/latest/Dockerfile +++ b/testrail/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/websites:php7.2 +FROM epicmorg/websites:php7.4 ARG TESTRAIL_VERSION=latest ARG DOWNLOAD_URL=https://secure.gurock.com/downloads/testrail/testrail-${TESTRAIL_VERSION}-ion71.zip