Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
💎 Release new version 7.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
apertureless committed Sep 15, 2017
1 parent 215a2ce commit af8d60c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose-rancher.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
suitecrm:
image: nextindex/docker-suitecrm:7.9.4
image: nextindex/docker-suitecrm:7.9.5
ports:
- "4432:80"
links:
Expand Down
6 changes: 3 additions & 3 deletions src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM php:5.6-apache

ENV DOWNLOAD_URL https://github.com/salesagility/SuiteCRM/archive/v7.9.4.zip
ENV DOWNLOAD_FILE v7.9.4.zip
ENV EXTRACT_FOLDER SuiteCRM-7.9.4
ENV DOWNLOAD_URL https://github.com/salesagility/SuiteCRM/archive/v7.9.5.zip
ENV DOWNLOAD_FILE v7.9.5.zip
ENV EXTRACT_FOLDER SuiteCRM-7.9.5
ENV WWW_FOLDER /var/www/html
ENV WWW_USER www-data
ENV WWW_GROUP www-data
Expand Down

0 comments on commit af8d60c

Please sign in to comment.