[survey-web/oscp] Update to PHP 7.2 and LimeSurvey 4
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [survey-web/oscp] Update to PHP 7.2 and LimeSurvey 4
- Date: Mon, 27 Jan 2020 20:08:01 +0000 (UTC)
commit ac3b39bc6d2bf4b2b93aabeb64a6ea74fae813be
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Mon Jan 27 21:07:41 2020 +0100
Update to PHP 7.2 and LimeSurvey 4
docker/Dockerfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 54d5f21..941df0f 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,11 +1,11 @@
#github.com/garywong-bc/nrm-survey
-FROM centos/php-71-centos7
+FROM centos/php-72-centos7
-ENV LIMESURVEY_PACKAGE=https://www.limesurvey.org/stable-release?download=2549:limesurvey3173%20190429targz
+ENV LIMESURVEY_PACKAGE=https://www.limesurvey.org/stable-release?download=2781:limesurvey401%20200120targz
USER root
RUN yum -y install epel-release
-RUN yum install rh-php71-php-mcrypt rh-php71-php-imap rh-php71-php-ldap -y
+RUN yum install rh-php72-php-imap rh-php72-php-ldap -y
RUN rm -rf /var/cache/yum/* && yum clean all
RUN rm -rf /app && mkdir -p /app
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]