From bcf92035010b632348660c7e9d1f7dab4ca4ca84 Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Thu, 2 Nov 2017 11:19:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=8E=20Release=20new=20version=207.9.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose-rancher.yml | 2 +- src/Dockerfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose-rancher.yml b/docker-compose-rancher.yml index d1d2d18..058ec14 100644 --- a/docker-compose-rancher.yml +++ b/docker-compose-rancher.yml @@ -1,5 +1,5 @@ suitecrm: - image: nextindex/docker-suitecrm:7.9.6 + image: nextindex/docker-suitecrm:7.9.7 ports: - "4432:80" links: diff --git a/src/Dockerfile b/src/Dockerfile index 439e86a..4afa844 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -1,8 +1,8 @@ FROM php:7.1.10-apache -ENV DOWNLOAD_URL https://github.com/salesagility/SuiteCRM/archive/7.9.6.zip -ENV DOWNLOAD_FILE 7.9.6.zip -ENV EXTRACT_FOLDER SuiteCRM-7.9.6 +ENV DOWNLOAD_URL https://github.com/salesagility/SuiteCRM/archive/v7.9.7.zip +ENV DOWNLOAD_FILE v7.9.7.zip +ENV EXTRACT_FOLDER SuiteCRM-7.9.7 ENV WWW_FOLDER /var/www/html ENV WWW_USER www-data ENV WWW_GROUP www-data