File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -81,16 +81,16 @@ RUN { \
8181
8282RUN a2enmod rewrite;
8383
84- ENV ESPOCRM_VERSION 7.1.3
85- ENV ESPOCRM_SHA256 f86802ceedad83500f28da860c3062f9b5db1686fdedc19c445ddeecee8ea258
84+ ENV ESPOCRM_VERSION 7.1.4
85+ ENV ESPOCRM_SHA256 311c920f8167ad0b69e0994af02d35fee4bad5858270ef2734b442c5f17b01e0
8686
8787WORKDIR /var/www/html
8888
8989RUN set -ex; \
90- curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.1.3 .zip" -o EspoCRM.zip; \
90+ curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.1.4 .zip" -o EspoCRM.zip; \
9191 echo "${ESPOCRM_SHA256} *EspoCRM.zip" | sha256sum -c -; \
9292 unzip -q EspoCRM.zip -d /usr/src; \
93- mv "/usr/src/EspoCRM-7.1.3 " /usr/src/espocrm; \
93+ mv "/usr/src/EspoCRM-7.1.4 " /usr/src/espocrm; \
9494 rm EspoCRM.zip; \
9595 chown -R www-data:www-data /usr/src/espocrm
9696
Original file line number Diff line number Diff line change @@ -53,16 +53,16 @@ RUN { \
5353 echo 'date.timezone=UTC' ; \
5454} > ${PHP_INI_DIR}/conf.d/espocrm.ini
5555
56- ENV ESPOCRM_VERSION 7.1.3
57- ENV ESPOCRM_SHA256 f86802ceedad83500f28da860c3062f9b5db1686fdedc19c445ddeecee8ea258
56+ ENV ESPOCRM_VERSION 7.1.4
57+ ENV ESPOCRM_SHA256 311c920f8167ad0b69e0994af02d35fee4bad5858270ef2734b442c5f17b01e0
5858
5959WORKDIR /var/www/html
6060
6161RUN set -ex; \
62- curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.1.3 .zip" -o EspoCRM.zip; \
62+ curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.1.4 .zip" -o EspoCRM.zip; \
6363 echo "${ESPOCRM_SHA256} *EspoCRM.zip" | sha256sum -c -; \
6464 unzip -q EspoCRM.zip -d /usr/src; \
65- mv "/usr/src/EspoCRM-7.1.3 " /usr/src/espocrm; \
65+ mv "/usr/src/EspoCRM-7.1.4 " /usr/src/espocrm; \
6666 rm EspoCRM.zip; \
6767 chown -R www-data:www-data /usr/src/espocrm
6868
Original file line number Diff line number Diff line change @@ -79,16 +79,16 @@ RUN { \
7979 echo 'date.timezone=UTC' ; \
8080} > ${PHP_INI_DIR}/conf.d/espocrm.ini
8181
82- ENV ESPOCRM_VERSION 7.1.3
83- ENV ESPOCRM_SHA256 f86802ceedad83500f28da860c3062f9b5db1686fdedc19c445ddeecee8ea258
82+ ENV ESPOCRM_VERSION 7.1.4
83+ ENV ESPOCRM_SHA256 311c920f8167ad0b69e0994af02d35fee4bad5858270ef2734b442c5f17b01e0
8484
8585WORKDIR /var/www/html
8686
8787RUN set -ex; \
88- curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.1.3 .zip" -o EspoCRM.zip; \
88+ curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.1.4 .zip" -o EspoCRM.zip; \
8989 echo "${ESPOCRM_SHA256} *EspoCRM.zip" | sha256sum -c -; \
9090 unzip -q EspoCRM.zip -d /usr/src; \
91- mv "/usr/src/EspoCRM-7.1.3 " /usr/src/espocrm; \
91+ mv "/usr/src/EspoCRM-7.1.4 " /usr/src/espocrm; \
9292 rm EspoCRM.zip; \
9393 chown -R www-data:www-data /usr/src/espocrm
9494
You can’t perform that action at this time.
0 commit comments