Skip to content

Commit

Permalink
Merge pull request #71 from powerticmkt/release-2-14-2
Browse files Browse the repository at this point in the history
2.14.2 release
  • Loading branch information
Luiz Eduardo de Oliveira Fonseca authored Oct 25, 2018
2 parents 343c861 + b6194a8 commit 7932785
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin -
VOLUME /var/www/html

# Define Mautic version and expected SHA1 signature
ENV MAUTIC_VERSION 2.14.0
ENV MAUTIC_SHA1 1a926d8d3752c85bc3cc2543625d8762e44ca206
ENV MAUTIC_VERSION 2.14.2
ENV MAUTIC_SHA1 d896eb2389047509c841d8478191234bea432e44

# By default enable cron jobs
ENV MAUTIC_RUN_CRON_JOBS true
Expand Down
6 changes: 3 additions & 3 deletions fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
RUN docker-php-ext-configure imap --with-imap --with-imap-ssl --with-kerberos \
&& docker-php-ext-install imap intl mbstring mcrypt mysqli pdo_mysql zip \
&& docker-php-ext-enable imap intl mbstring mcrypt mysqli pdo_mysql zip

# Install composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer

# Define Mautic volume to persist data
VOLUME /var/www/html

# Define Mautic version and expected SHA1 signature
ENV MAUTIC_VERSION 2.14.0
ENV MAUTIC_SHA1 1a926d8d3752c85bc3cc2543625d8762e44ca206
ENV MAUTIC_VERSION 2.14.2
ENV MAUTIC_SHA1 d896eb2389047509c841d8478191234bea432e44

# By default enable cron jobs
ENV MAUTIC_RUN_CRON_JOBS true
Expand Down

0 comments on commit 7932785

Please sign in to comment.