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 @@ -93,16 +93,16 @@ RUN { \
9393
9494RUN a2enmod rewrite;
9595
96- ENV ESPOCRM_VERSION 7.5.6
97- ENV ESPOCRM_SHA256 16b3e4417ef4e4dda2c010e4479dfc5528ad31b89b360efe0c2a1aba8639026b
96+ ENV ESPOCRM_VERSION 8.0.0
97+ ENV ESPOCRM_SHA256 6a4ff9b5fc320f5d7c264599660f9534f61f7c7261af33d2183cc3277d8fbc56
9898
9999WORKDIR /var/www/html
100100
101101RUN set -ex; \
102- curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.5.6 .zip" -o EspoCRM.zip; \
102+ curl -fSL "https://www.espocrm.com/downloads/EspoCRM-8.0.0 .zip" -o EspoCRM.zip; \
103103 echo "${ESPOCRM_SHA256} *EspoCRM.zip" | sha256sum -c -; \
104104 unzip -q EspoCRM.zip -d /usr/src; \
105- mv "/usr/src/EspoCRM-7.5.6 " /usr/src/espocrm; \
105+ mv "/usr/src/EspoCRM-8.0.0 " /usr/src/espocrm; \
106106 rm EspoCRM.zip; \
107107 chown -R www-data:www-data /usr/src/espocrm
108108
Original file line number Diff line number Diff line change @@ -55,16 +55,16 @@ RUN { \
5555 echo 'date.timezone=UTC' ; \
5656} > ${PHP_INI_DIR}/conf.d/espocrm.ini
5757
58- ENV ESPOCRM_VERSION 7.5.6
59- ENV ESPOCRM_SHA256 16b3e4417ef4e4dda2c010e4479dfc5528ad31b89b360efe0c2a1aba8639026b
58+ ENV ESPOCRM_VERSION 8.0.0
59+ ENV ESPOCRM_SHA256 6a4ff9b5fc320f5d7c264599660f9534f61f7c7261af33d2183cc3277d8fbc56
6060
6161WORKDIR /var/www/html
6262
6363RUN set -ex; \
64- curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.5.6 .zip" -o EspoCRM.zip; \
64+ curl -fSL "https://www.espocrm.com/downloads/EspoCRM-8.0.0 .zip" -o EspoCRM.zip; \
6565 echo "${ESPOCRM_SHA256} *EspoCRM.zip" | sha256sum -c -; \
6666 unzip -q EspoCRM.zip -d /usr/src; \
67- mv "/usr/src/EspoCRM-7.5.6 " /usr/src/espocrm; \
67+ mv "/usr/src/EspoCRM-8.0.0 " /usr/src/espocrm; \
6868 rm EspoCRM.zip; \
6969 chown -R www-data:www-data /usr/src/espocrm
7070
Original file line number Diff line number Diff line change @@ -91,16 +91,16 @@ RUN { \
9191 echo 'date.timezone=UTC' ; \
9292} > ${PHP_INI_DIR}/conf.d/espocrm.ini
9393
94- ENV ESPOCRM_VERSION 7.5.6
95- ENV ESPOCRM_SHA256 16b3e4417ef4e4dda2c010e4479dfc5528ad31b89b360efe0c2a1aba8639026b
94+ ENV ESPOCRM_VERSION 8.0.0
95+ ENV ESPOCRM_SHA256 6a4ff9b5fc320f5d7c264599660f9534f61f7c7261af33d2183cc3277d8fbc56
9696
9797WORKDIR /var/www/html
9898
9999RUN set -ex; \
100- curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.5.6 .zip" -o EspoCRM.zip; \
100+ curl -fSL "https://www.espocrm.com/downloads/EspoCRM-8.0.0 .zip" -o EspoCRM.zip; \
101101 echo "${ESPOCRM_SHA256} *EspoCRM.zip" | sha256sum -c -; \
102102 unzip -q EspoCRM.zip -d /usr/src; \
103- mv "/usr/src/EspoCRM-7.5.6 " /usr/src/espocrm; \
103+ mv "/usr/src/EspoCRM-8.0.0 " /usr/src/espocrm; \
104104 rm EspoCRM.zip; \
105105 chown -R www-data:www-data /usr/src/espocrm
106106
You can’t perform that action at this time.
0 commit comments