We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926bdd8 commit 34c6534Copy full SHA for 34c6534
.github/workflows/pr_test.yml
@@ -33,7 +33,7 @@ jobs:
33
platforms: linux/amd64
34
build-args: |
35
BASE_TAG=8.3-apache-bookworm
36
- MAUTIC_VERSION=6.0.7
+ MAUTIC_VERSION=6.0-dev
37
FLAVOUR=${{ matrix.image_type }}
38
39
- name: Save image to tar file
Dockerfile
@@ -59,7 +59,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin -
59
RUN echo "memory_limit = -1" > /usr/local/etc/php/php.ini
60
61
# Define Mautic version by package tag
62
-ARG MAUTIC_VERSION=6.0.7
+ARG MAUTIC_VERSION=6.0-dev
63
64
RUN cd /opt && \
65
COMPOSER_ALLOW_SUPERUSER=1 COMPOSER_PROCESS_TIMEOUT=10000 composer create-project mautic/recommended-project:${MAUTIC_VERSION} mautic --no-interaction && \
0 commit comments