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 { \
81
81
82
82
RUN a2enmod rewrite;
83
83
84
- ENV ESPOCRM_VERSION 7.3.4
85
- ENV ESPOCRM_SHA256 cb0b8cfed44ac23c8401fe0a8dbf42a901ef5f34549c0ae44dd51f06f1cc66da
84
+ ENV ESPOCRM_VERSION 7.4.0
85
+ ENV ESPOCRM_SHA256 05c6c1df08129f37f85c12ea72207925297e096abebb4f5e2ccd378ffa5cb787
86
86
87
87
WORKDIR /var/www/html
88
88
89
89
RUN set -ex; \
90
- curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.3.4 .zip" -o EspoCRM.zip; \
90
+ curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.4.0 .zip" -o EspoCRM.zip; \
91
91
echo "${ESPOCRM_SHA256} *EspoCRM.zip" | sha256sum -c -; \
92
92
unzip -q EspoCRM.zip -d /usr/src; \
93
- mv "/usr/src/EspoCRM-7.3.4 " /usr/src/espocrm; \
93
+ mv "/usr/src/EspoCRM-7.4.0 " /usr/src/espocrm; \
94
94
rm EspoCRM.zip; \
95
95
chown -R www-data:www-data /usr/src/espocrm
96
96
Original file line number Diff line number Diff line change @@ -53,16 +53,16 @@ RUN { \
53
53
echo 'date.timezone=UTC' ; \
54
54
} > ${PHP_INI_DIR}/conf.d/espocrm.ini
55
55
56
- ENV ESPOCRM_VERSION 7.3.4
57
- ENV ESPOCRM_SHA256 cb0b8cfed44ac23c8401fe0a8dbf42a901ef5f34549c0ae44dd51f06f1cc66da
56
+ ENV ESPOCRM_VERSION 7.4.0
57
+ ENV ESPOCRM_SHA256 05c6c1df08129f37f85c12ea72207925297e096abebb4f5e2ccd378ffa5cb787
58
58
59
59
WORKDIR /var/www/html
60
60
61
61
RUN set -ex; \
62
- curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.3.4 .zip" -o EspoCRM.zip; \
62
+ curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.4.0 .zip" -o EspoCRM.zip; \
63
63
echo "${ESPOCRM_SHA256} *EspoCRM.zip" | sha256sum -c -; \
64
64
unzip -q EspoCRM.zip -d /usr/src; \
65
- mv "/usr/src/EspoCRM-7.3.4 " /usr/src/espocrm; \
65
+ mv "/usr/src/EspoCRM-7.4.0 " /usr/src/espocrm; \
66
66
rm EspoCRM.zip; \
67
67
chown -R www-data:www-data /usr/src/espocrm
68
68
Original file line number Diff line number Diff line change @@ -79,16 +79,16 @@ RUN { \
79
79
echo 'date.timezone=UTC' ; \
80
80
} > ${PHP_INI_DIR}/conf.d/espocrm.ini
81
81
82
- ENV ESPOCRM_VERSION 7.3.4
83
- ENV ESPOCRM_SHA256 cb0b8cfed44ac23c8401fe0a8dbf42a901ef5f34549c0ae44dd51f06f1cc66da
82
+ ENV ESPOCRM_VERSION 7.4.0
83
+ ENV ESPOCRM_SHA256 05c6c1df08129f37f85c12ea72207925297e096abebb4f5e2ccd378ffa5cb787
84
84
85
85
WORKDIR /var/www/html
86
86
87
87
RUN set -ex; \
88
- curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.3.4 .zip" -o EspoCRM.zip; \
88
+ curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.4.0 .zip" -o EspoCRM.zip; \
89
89
echo "${ESPOCRM_SHA256} *EspoCRM.zip" | sha256sum -c -; \
90
90
unzip -q EspoCRM.zip -d /usr/src; \
91
- mv "/usr/src/EspoCRM-7.3.4 " /usr/src/espocrm; \
91
+ mv "/usr/src/EspoCRM-7.4.0 " /usr/src/espocrm; \
92
92
rm EspoCRM.zip; \
93
93
chown -R www-data:www-data /usr/src/espocrm
94
94
You can’t perform that action at this time.
0 commit comments