diff --git a/docker-compose-rancher.yml b/docker-compose-rancher.yml index 0048ca8..999dd13 100644 --- a/docker-compose-rancher.yml +++ b/docker-compose-rancher.yml @@ -1,5 +1,5 @@ suitecrm: - image: nextindex/docker-suitecrm:7.9.0 + image: nextindex/docker-suitecrm:7.9.1 ports: - "4432:80" links: diff --git a/src/Dockerfile b/src/Dockerfile index 059bc6e..7e250df 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -1,8 +1,8 @@ FROM php:5.6-apache -ENV DOWNLOAD_URL https://github.com/salesagility/SuiteCRM/archive/v7.9.0.zip -ENV DOWNLOAD_FILE v7.9.0.zip -ENV EXTRACT_FOLDER SuiteCRM-7.9.0 +ENV DOWNLOAD_URL https://github.com/salesagility/SuiteCRM/archive/v7.9.1.zip +ENV DOWNLOAD_FILE v7.9.1.zip +ENV EXTRACT_FOLDER SuiteCRM-7.9.1 ENV WWW_FOLDER /var/www/html ENV WWW_USER www-data ENV WWW_GROUP www-data