Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup Dockerfile for Mautic 4.10 #244

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,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 4.4.9
ENV MAUTIC_SHA1 1f7d5461f40e7e023b022d31be73fbd11804b09b
ENV MAUTIC_VERSION 4.4.10
ENV MAUTIC_SHA1 8da80700b742d67dc7d952196adf0506b2ba0535

# By default enable cron jobs
ENV MAUTIC_RUN_CRON_JOBS true
Expand Down
4 changes: 2 additions & 2 deletions fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,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 4.4.9
ENV MAUTIC_SHA1 1f7d5461f40e7e023b022d31be73fbd11804b09b
ENV MAUTIC_VERSION 4.4.10
ENV MAUTIC_SHA1 8da80700b742d67dc7d952196adf0506b2ba0535

# By default enable cron jobs
ENV MAUTIC_RUN_CRON_JOBS true
Expand Down
Loading