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 @@ -96,16 +96,16 @@ RUN { \
9696
9797RUN a2enmod rewrite;
9898
99- ENV ESPOCRM_VERSION 8.2.3
100- ENV ESPOCRM_SHA256 104d31e7ebadcd11e160a2f21a30d22f4af7d7483e5fc56e58064fb1e244281d
99+ ENV ESPOCRM_VERSION 8.2.4
100+ ENV ESPOCRM_SHA256 db911f9f58a93e72bc73ecb556aa1568944e68a6f69a32fde4d769be8ea45aa9
101101
102102WORKDIR /var/www/html
103103
104104RUN set -ex; \
105- curl -fSL "https://www.espocrm.com/downloads/EspoCRM-8.2.3 .zip" -o EspoCRM.zip; \
105+ curl -fSL "https://www.espocrm.com/downloads/EspoCRM-8.2.4 .zip" -o EspoCRM.zip; \
106106 echo "${ESPOCRM_SHA256} *EspoCRM.zip" | sha256sum -c -; \
107107 unzip -q EspoCRM.zip -d /usr/src; \
108- mv "/usr/src/EspoCRM-8.2.3 " /usr/src/espocrm; \
108+ mv "/usr/src/EspoCRM-8.2.4 " /usr/src/espocrm; \
109109 rm EspoCRM.zip; \
110110 chown -R www-data:www-data /usr/src/espocrm
111111
Original file line number Diff line number Diff line change @@ -61,16 +61,16 @@ RUN { \
6161 echo 'date.timezone=UTC' ; \
6262} > ${PHP_INI_DIR}/conf.d/espocrm.ini
6363
64- ENV ESPOCRM_VERSION 8.2.3
65- ENV ESPOCRM_SHA256 104d31e7ebadcd11e160a2f21a30d22f4af7d7483e5fc56e58064fb1e244281d
64+ ENV ESPOCRM_VERSION 8.2.4
65+ ENV ESPOCRM_SHA256 db911f9f58a93e72bc73ecb556aa1568944e68a6f69a32fde4d769be8ea45aa9
6666
6767WORKDIR /var/www/html
6868
6969RUN set -ex; \
70- curl -fSL "https://www.espocrm.com/downloads/EspoCRM-8.2.3 .zip" -o EspoCRM.zip; \
70+ curl -fSL "https://www.espocrm.com/downloads/EspoCRM-8.2.4 .zip" -o EspoCRM.zip; \
7171 echo "${ESPOCRM_SHA256} *EspoCRM.zip" | sha256sum -c -; \
7272 unzip -q EspoCRM.zip -d /usr/src; \
73- mv "/usr/src/EspoCRM-8.2.3 " /usr/src/espocrm; \
73+ mv "/usr/src/EspoCRM-8.2.4 " /usr/src/espocrm; \
7474 rm EspoCRM.zip; \
7575 chown -R www-data:www-data /usr/src/espocrm
7676
Original file line number Diff line number Diff line change @@ -94,16 +94,16 @@ RUN { \
9494 echo 'date.timezone=UTC' ; \
9595} > ${PHP_INI_DIR}/conf.d/espocrm.ini
9696
97- ENV ESPOCRM_VERSION 8.2.3
98- ENV ESPOCRM_SHA256 104d31e7ebadcd11e160a2f21a30d22f4af7d7483e5fc56e58064fb1e244281d
97+ ENV ESPOCRM_VERSION 8.2.4
98+ ENV ESPOCRM_SHA256 db911f9f58a93e72bc73ecb556aa1568944e68a6f69a32fde4d769be8ea45aa9
9999
100100WORKDIR /var/www/html
101101
102102RUN set -ex; \
103- curl -fSL "https://www.espocrm.com/downloads/EspoCRM-8.2.3 .zip" -o EspoCRM.zip; \
103+ curl -fSL "https://www.espocrm.com/downloads/EspoCRM-8.2.4 .zip" -o EspoCRM.zip; \
104104 echo "${ESPOCRM_SHA256} *EspoCRM.zip" | sha256sum -c -; \
105105 unzip -q EspoCRM.zip -d /usr/src; \
106- mv "/usr/src/EspoCRM-8.2.3 " /usr/src/espocrm; \
106+ mv "/usr/src/EspoCRM-8.2.4 " /usr/src/espocrm; \
107107 rm EspoCRM.zip; \
108108 chown -R www-data:www-data /usr/src/espocrm
109109
You can’t perform that action at this time.
0 commit comments