Skip to content

Commit 8f344c7

Browse files
committed
Release 6.1.10
1 parent 7678355 commit 8f344c7

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

apache/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,16 @@ RUN { \
8181

8282
RUN a2enmod rewrite;
8383

84-
ENV ESPOCRM_VERSION 6.1.9
85-
ENV ESPOCRM_SHA256 9af66a7a433e3f0d46ce924b73e9cf162a21b015dadfdcb158557caadedb5350
84+
ENV ESPOCRM_VERSION 6.1.10
85+
ENV ESPOCRM_SHA256 3848363f609d392f4edd230f5383bdba16a4c904986ce584bea1e8d74e2e14b9
8686

8787
WORKDIR /var/www/html
8888

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

fpm-alpine/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@ RUN { \
5252
echo 'date.timezone=UTC'; \
5353
} > ${PHP_INI_DIR}/conf.d/espocrm.ini
5454

55-
ENV ESPOCRM_VERSION 6.1.9
56-
ENV ESPOCRM_SHA256 9af66a7a433e3f0d46ce924b73e9cf162a21b015dadfdcb158557caadedb5350
55+
ENV ESPOCRM_VERSION 6.1.10
56+
ENV ESPOCRM_SHA256 3848363f609d392f4edd230f5383bdba16a4c904986ce584bea1e8d74e2e14b9
5757

5858
WORKDIR /var/www/html
5959

6060
RUN set -ex; \
61-
curl -fSL "https://www.espocrm.com/downloads/EspoCRM-6.1.9.zip" -o EspoCRM.zip; \
61+
curl -fSL "https://www.espocrm.com/downloads/EspoCRM-6.1.10.zip" -o EspoCRM.zip; \
6262
echo "${ESPOCRM_SHA256} *EspoCRM.zip" | sha256sum -c -; \
6363
unzip -q EspoCRM.zip -d /usr/src; \
64-
mv "/usr/src/EspoCRM-6.1.9" /usr/src/espocrm; \
64+
mv "/usr/src/EspoCRM-6.1.10" /usr/src/espocrm; \
6565
rm EspoCRM.zip; \
6666
mkdir /usr/src/espocrm-upgrades; \
6767
chown -R www-data:www-data /usr/src/espocrm /usr/src/espocrm-upgrades

fpm/Dockerfile

+4-4
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 6.1.9
83-
ENV ESPOCRM_SHA256 9af66a7a433e3f0d46ce924b73e9cf162a21b015dadfdcb158557caadedb5350
82+
ENV ESPOCRM_VERSION 6.1.10
83+
ENV ESPOCRM_SHA256 3848363f609d392f4edd230f5383bdba16a4c904986ce584bea1e8d74e2e14b9
8484

8585
WORKDIR /var/www/html
8686

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

0 commit comments

Comments
 (0)