Skip to content

Commit ac7a7c8

Browse files
committed
v7.1.5
1 parent a5af9f7 commit ac7a7c8

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

apache/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,16 @@ RUN { \
8181

8282
RUN a2enmod rewrite;
8383

84-
ENV ESPOCRM_VERSION 7.1.4
85-
ENV ESPOCRM_SHA256 311c920f8167ad0b69e0994af02d35fee4bad5858270ef2734b442c5f17b01e0
84+
ENV ESPOCRM_VERSION 7.1.5
85+
ENV ESPOCRM_SHA256 896fac9f3632fc36a49eaa5a63a8c8e5ad81e4e54099be77daf931c2221a7c63
8686

8787
WORKDIR /var/www/html
8888

8989
RUN set -ex; \
90-
curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.1.4.zip" -o EspoCRM.zip; \
90+
curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.1.5.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.4" /usr/src/espocrm; \
93+
mv "/usr/src/EspoCRM-7.1.5" /usr/src/espocrm; \
9494
rm EspoCRM.zip; \
9595
chown -R www-data:www-data /usr/src/espocrm
9696

fpm-alpine/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.4
57-
ENV ESPOCRM_SHA256 311c920f8167ad0b69e0994af02d35fee4bad5858270ef2734b442c5f17b01e0
56+
ENV ESPOCRM_VERSION 7.1.5
57+
ENV ESPOCRM_SHA256 896fac9f3632fc36a49eaa5a63a8c8e5ad81e4e54099be77daf931c2221a7c63
5858

5959
WORKDIR /var/www/html
6060

6161
RUN set -ex; \
62-
curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.1.4.zip" -o EspoCRM.zip; \
62+
curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.1.5.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.4" /usr/src/espocrm; \
65+
mv "/usr/src/EspoCRM-7.1.5" /usr/src/espocrm; \
6666
rm EspoCRM.zip; \
6767
chown -R www-data:www-data /usr/src/espocrm
6868

fpm/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.4
83-
ENV ESPOCRM_SHA256 311c920f8167ad0b69e0994af02d35fee4bad5858270ef2734b442c5f17b01e0
82+
ENV ESPOCRM_VERSION 7.1.5
83+
ENV ESPOCRM_SHA256 896fac9f3632fc36a49eaa5a63a8c8e5ad81e4e54099be77daf931c2221a7c63
8484

8585
WORKDIR /var/www/html
8686

8787
RUN set -ex; \
88-
curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.1.4.zip" -o EspoCRM.zip; \
88+
curl -fSL "https://www.espocrm.com/downloads/EspoCRM-7.1.5.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.4" /usr/src/espocrm; \
91+
mv "/usr/src/EspoCRM-7.1.5" /usr/src/espocrm; \
9292
rm EspoCRM.zip; \
9393
chown -R www-data:www-data /usr/src/espocrm
9494

0 commit comments

Comments
 (0)