Skip to content

Commit 8522361

Browse files
authored
Merge pull request #150 from mautic/2-16-0
2.16.0
2 parents ff3e12d + cae462e commit 8522361

File tree

4 files changed

+40
-40
lines changed

4 files changed

+40
-40
lines changed

apache/Dockerfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin -
3333
VOLUME /var/www/html
3434

3535
# Define Mautic version and expected SHA1 signature
36-
ENV MAUTIC_VERSION 2.15.3
37-
ENV MAUTIC_SHA1 d6ec21376ceacd8bbb8d9ee58e81d8050a79c0b8
36+
ENV MAUTIC_VERSION 2.16.0
37+
ENV MAUTIC_SHA1 94ced007fd99e63eaeec435012784b6bbe834b84
3838

3939
# By default enable cron jobs
4040
ENV MAUTIC_RUN_CRON_JOBS true
@@ -45,17 +45,17 @@ ENV MAUTIC_DB_NAME mautic
4545

4646
# Setting PHP properties
4747
ENV PHP_INI_DATE_TIMEZONE='UTC' \
48-
PHP_MEMORY_LIMIT=512M \
49-
PHP_MAX_UPLOAD=128M \
50-
PHP_MAX_EXECUTION_TIME=300
48+
PHP_MEMORY_LIMIT=512M \
49+
PHP_MAX_UPLOAD=128M \
50+
PHP_MAX_EXECUTION_TIME=300
5151

5252
# Download package and extract to web volume
5353
RUN curl -o mautic.zip -SL https://github.com/mautic/mautic/releases/download/${MAUTIC_VERSION}/${MAUTIC_VERSION}.zip \
54-
&& echo "$MAUTIC_SHA1 *mautic.zip" | sha1sum -c - \
55-
&& mkdir /usr/src/mautic \
56-
&& unzip mautic.zip -d /usr/src/mautic \
57-
&& rm mautic.zip \
58-
&& chown -R www-data:www-data /usr/src/mautic
54+
&& echo "$MAUTIC_SHA1 *mautic.zip" | sha1sum -c - \
55+
&& mkdir /usr/src/mautic \
56+
&& unzip mautic.zip -d /usr/src/mautic \
57+
&& rm mautic.zip \
58+
&& chown -R www-data:www-data /usr/src/mautic
5959

6060
# Copy init scripts and custom .htaccess
6161
COPY docker-entrypoint.sh /entrypoint.sh

beta-apache/Dockerfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin -
3232
VOLUME /var/www/html
3333

3434
# Define Mautic version and expected SHA1 signature
35-
ENV MAUTIC_VERSION 2.15.3
36-
ENV MAUTIC_SHA1 d6ec21376ceacd8bbb8d9ee58e81d8050a79c0b8
35+
ENV MAUTIC_VERSION 2.16.0
36+
ENV MAUTIC_SHA1 94ced007fd99e63eaeec435012784b6bbe834b84
3737

3838
# By default enable cron jobs
3939
ENV MAUTIC_RUN_CRON_JOBS true
@@ -44,17 +44,17 @@ ENV MAUTIC_DB_NAME mautic
4444

4545
# Setting PHP properties
4646
ENV PHP_INI_DATE_TIMEZONE='UTC' \
47-
PHP_MEMORY_LIMIT=512M \
48-
PHP_MAX_UPLOAD=128M \
49-
PHP_MAX_EXECUTION_TIME=300
47+
PHP_MEMORY_LIMIT=512M \
48+
PHP_MAX_UPLOAD=128M \
49+
PHP_MAX_EXECUTION_TIME=300
5050

5151
# Download package and extract to web volume
5252
RUN curl -o mautic.zip -SL https://github.com/mautic/mautic/releases/download/${MAUTIC_VERSION}/${MAUTIC_VERSION}.zip \
53-
&& echo "$MAUTIC_SHA1 *mautic.zip" | sha1sum -c - \
54-
&& mkdir /usr/src/mautic \
55-
&& unzip mautic.zip -d /usr/src/mautic \
56-
&& rm mautic.zip \
57-
&& chown -R www-data:www-data /usr/src/mautic
53+
&& echo "$MAUTIC_SHA1 *mautic.zip" | sha1sum -c - \
54+
&& mkdir /usr/src/mautic \
55+
&& unzip mautic.zip -d /usr/src/mautic \
56+
&& rm mautic.zip \
57+
&& chown -R www-data:www-data /usr/src/mautic
5858

5959
# Copy init scripts and custom .htaccess
6060
COPY docker-entrypoint.sh /entrypoint.sh

beta-fpm/Dockerfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin -
3232
VOLUME /var/www/html
3333

3434
# Define Mautic version and expected SHA1 signature
35-
ENV MAUTIC_VERSION 2.15.3
36-
ENV MAUTIC_SHA1 d6ec21376ceacd8bbb8d9ee58e81d8050a79c0b8
35+
ENV MAUTIC_VERSION 2.16.0
36+
ENV MAUTIC_SHA1 94ced007fd99e63eaeec435012784b6bbe834b84
3737

3838
# By default enable cron jobs
3939
ENV MAUTIC_RUN_CRON_JOBS true
@@ -44,17 +44,17 @@ ENV MAUTIC_DB_NAME mautic
4444

4545
# Setting PHP properties
4646
ENV PHP_INI_DATE_TIMEZONE='UTC' \
47-
PHP_MEMORY_LIMIT=512M \
48-
PHP_MAX_UPLOAD=128M \
49-
PHP_MAX_EXECUTION_TIME=300
47+
PHP_MEMORY_LIMIT=512M \
48+
PHP_MAX_UPLOAD=128M \
49+
PHP_MAX_EXECUTION_TIME=300
5050

5151
# Download package and extract to web volume
5252
RUN curl -o mautic.zip -SL https://github.com/mautic/mautic/releases/download/${MAUTIC_VERSION}/${MAUTIC_VERSION}.zip \
53-
&& echo "$MAUTIC_SHA1 *mautic.zip" | sha1sum -c - \
54-
&& mkdir /usr/src/mautic \
55-
&& unzip mautic.zip -d /usr/src/mautic \
56-
&& rm mautic.zip \
57-
&& chown -R www-data:www-data /usr/src/mautic
53+
&& echo "$MAUTIC_SHA1 *mautic.zip" | sha1sum -c - \
54+
&& mkdir /usr/src/mautic \
55+
&& unzip mautic.zip -d /usr/src/mautic \
56+
&& rm mautic.zip \
57+
&& chown -R www-data:www-data /usr/src/mautic
5858

5959
# Copy init scripts and custom .htaccess
6060
COPY docker-entrypoint.sh /entrypoint.sh

fpm/Dockerfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin -
3333
VOLUME /var/www/html
3434

3535
# Define Mautic version and expected SHA1 signature
36-
ENV MAUTIC_VERSION 2.15.3
37-
ENV MAUTIC_SHA1 d6ec21376ceacd8bbb8d9ee58e81d8050a79c0b8
36+
ENV MAUTIC_VERSION 2.16.0
37+
ENV MAUTIC_SHA1 94ced007fd99e63eaeec435012784b6bbe834b84
3838

3939
# By default enable cron jobs
4040
ENV MAUTIC_RUN_CRON_JOBS true
@@ -45,17 +45,17 @@ ENV MAUTIC_DB_NAME mautic
4545

4646
# Setting PHP properties
4747
ENV PHP_INI_DATE_TIMEZONE='UTC' \
48-
PHP_MEMORY_LIMIT=512M \
49-
PHP_MAX_UPLOAD=128M \
50-
PHP_MAX_EXECUTION_TIME=300
48+
PHP_MEMORY_LIMIT=512M \
49+
PHP_MAX_UPLOAD=128M \
50+
PHP_MAX_EXECUTION_TIME=300
5151

5252
# Download package and extract to web volume
5353
RUN curl -o mautic.zip -SL https://github.com/mautic/mautic/releases/download/${MAUTIC_VERSION}/${MAUTIC_VERSION}.zip \
54-
&& echo "$MAUTIC_SHA1 *mautic.zip" | sha1sum -c - \
55-
&& mkdir /usr/src/mautic \
56-
&& unzip mautic.zip -d /usr/src/mautic \
57-
&& rm mautic.zip \
58-
&& chown -R www-data:www-data /usr/src/mautic
54+
&& echo "$MAUTIC_SHA1 *mautic.zip" | sha1sum -c - \
55+
&& mkdir /usr/src/mautic \
56+
&& unzip mautic.zip -d /usr/src/mautic \
57+
&& rm mautic.zip \
58+
&& chown -R www-data:www-data /usr/src/mautic
5959

6060
# Copy init scripts and custom .htaccess
6161
COPY docker-entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)