File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
13
13
libkrb5-dev \
14
14
libmcrypt-dev \
15
15
libssl-dev \
16
+ libz-dev \
16
17
unzip \
17
18
zip \
18
19
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
@@ -30,8 +31,8 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin -
30
31
VOLUME /var/www/html
31
32
32
33
# Define Mautic version and expected SHA1 signature
33
- ENV MAUTIC_VERSION 2.13.1
34
- ENV MAUTIC_SHA1 330094d1017d164d08cf2f4143ed9ece039506c6
34
+ ENV MAUTIC_VERSION 2.14.0
35
+ ENV MAUTIC_SHA1 1a926d8d3752c85bc3cc2543625d8762e44ca206
35
36
36
37
# By default enable cron jobs
37
38
ENV MAUTIC_RUN_CRON_JOBS true
@@ -41,7 +42,7 @@ ENV MAUTIC_DB_USER root
41
42
ENV MAUTIC_DB_NAME mautic
42
43
43
44
# Download package and extract to web volume
44
- RUN curl -o mautic.zip -SL https://s3.amazonaws. com/mautic/releases/${MAUTIC_VERSION}.zip \
45
+ RUN curl -o mautic.zip -SL https://github. com/mautic/mautic/ releases/download/${MAUTIC_VERSION} /${MAUTIC_VERSION}.zip \
45
46
&& echo "$MAUTIC_SHA1 *mautic.zip" | sha1sum -c - \
46
47
&& mkdir /usr/src/mautic \
47
48
&& unzip mautic.zip -d /usr/src/mautic \
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
13
13
libkrb5-dev \
14
14
libmcrypt-dev \
15
15
libssl-dev \
16
+ libz-dev \
16
17
unzip \
17
18
zip \
18
19
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
@@ -30,8 +31,8 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin -
30
31
VOLUME /var/www/html
31
32
32
33
# Define Mautic version and expected SHA1 signature
33
- ENV MAUTIC_VERSION 2.13.1
34
- ENV MAUTIC_SHA1 330094d1017d164d08cf2f4143ed9ece039506c6
34
+ ENV MAUTIC_VERSION 2.14.0
35
+ ENV MAUTIC_SHA1 1a926d8d3752c85bc3cc2543625d8762e44ca206
35
36
36
37
# By default enable cron jobs
37
38
ENV MAUTIC_RUN_CRON_JOBS true
@@ -41,7 +42,7 @@ ENV MAUTIC_DB_USER root
41
42
ENV MAUTIC_DB_NAME mautic
42
43
43
44
# Download package and extract to web volume
44
- RUN curl -o mautic.zip -SL https://s3.amazonaws. com/mautic/releases/${MAUTIC_VERSION}.zip \
45
+ RUN curl -o mautic.zip -SL https://github. com/mautic/mautic/ releases/download/${MAUTIC_VERSION} /${MAUTIC_VERSION}.zip \
45
46
&& echo "$MAUTIC_SHA1 *mautic.zip" | sha1sum -c - \
46
47
&& mkdir /usr/src/mautic \
47
48
&& unzip mautic.zip -d /usr/src/mautic \
You can’t perform that action at this time.
0 commit comments