File tree 3 files changed +12
-12
lines changed
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.0.3
85
- ENV ESPOCRM_SHA256 a73273697e794b7663ca71ac8b178895d9fac2a8ae6bba37add4b51733347ec4
84
+ ENV ESPOCRM_VERSION 7.0.4
85
+ ENV ESPOCRM_SHA256 32944e7bb6fb1637ccbcb16deb29cf9db6725af7e02a816b11b50e237a39b2ec
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.0.3 .zip" -o EspoCRM.zip; \
90
+ curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.0.4 .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.0.3 " /usr/src/espocrm; \
93
+ mv "/usr/src/EspoCRM-7.0.4 " /usr/src/espocrm; \
94
94
rm EspoCRM.zip; \
95
95
mkdir /usr/src/espocrm-upgrades; \
96
96
chown -R www-data:www-data /usr/src/espocrm /usr/src/espocrm-upgrades
Original file line number Diff line number Diff line change @@ -52,16 +52,16 @@ RUN { \
52
52
echo 'date.timezone=UTC' ; \
53
53
} > ${PHP_INI_DIR}/conf.d/espocrm.ini
54
54
55
- ENV ESPOCRM_VERSION 7.0.3
56
- ENV ESPOCRM_SHA256 a73273697e794b7663ca71ac8b178895d9fac2a8ae6bba37add4b51733347ec4
55
+ ENV ESPOCRM_VERSION 7.0.4
56
+ ENV ESPOCRM_SHA256 32944e7bb6fb1637ccbcb16deb29cf9db6725af7e02a816b11b50e237a39b2ec
57
57
58
58
WORKDIR /var/www/html
59
59
60
60
RUN set -ex; \
61
- curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.0.3 .zip" -o EspoCRM.zip; \
61
+ curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.0.4 .zip" -o EspoCRM.zip; \
62
62
echo "${ESPOCRM_SHA256} *EspoCRM.zip" | sha256sum -c -; \
63
63
unzip -q EspoCRM.zip -d /usr/src; \
64
- mv "/usr/src/EspoCRM-7.0.3 " /usr/src/espocrm; \
64
+ mv "/usr/src/EspoCRM-7.0.4 " /usr/src/espocrm; \
65
65
rm EspoCRM.zip; \
66
66
mkdir /usr/src/espocrm-upgrades; \
67
67
chown -R www-data:www-data /usr/src/espocrm /usr/src/espocrm-upgrades
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.0.3
83
- ENV ESPOCRM_SHA256 a73273697e794b7663ca71ac8b178895d9fac2a8ae6bba37add4b51733347ec4
82
+ ENV ESPOCRM_VERSION 7.0.4
83
+ ENV ESPOCRM_SHA256 32944e7bb6fb1637ccbcb16deb29cf9db6725af7e02a816b11b50e237a39b2ec
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.0.3 .zip" -o EspoCRM.zip; \
88
+ curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.0.4 .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.0.3 " /usr/src/espocrm; \
91
+ mv "/usr/src/EspoCRM-7.0.4 " /usr/src/espocrm; \
92
92
rm EspoCRM.zip; \
93
93
mkdir /usr/src/espocrm-upgrades; \
94
94
chown -R www-data:www-data /usr/src/espocrm /usr/src/espocrm-upgrades
You can’t perform that action at this time.
0 commit comments