File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11FROM php:7.3-alpine
22
33LABEL maintainer="ipunkt Business Solutions <info@ipunkt.biz>" \
4- version.image="v4.3 " \
4+ version.image="v4.4 " \
55 version.php=$PHP_VERSION \
66 description="A supervisor configured to run with laravel artisan queue:work or artisan horizon command"
77
@@ -11,7 +11,7 @@ ENV LARAVEL_HORIZON=false
1111
1212RUN apk add --no-cache coreutils sqlite-dev libxml2-dev curl-dev gmp-dev icu-dev libpng-dev jpeg-dev freetype-dev autoconf imagemagick-dev gcc libc-dev libzip-dev rabbitmq-c-dev make libtool \
1313 && docker-php-ext-configure gd --with-freetype-dir=/usr/include/freetype2 --with-jpeg-dir=/usr/include \
14- && docker-php-ext-install -j$(nproc) bcmath pdo pdo_mysql pdo_sqlite mbstring json xml zip curl gmp intl gd soap sockets \
14+ && docker-php-ext-install -j$(nproc) bcmath pdo pdo_mysql pdo_sqlite mbstring json xml zip curl gmp intl gd soap sockets pcntl \
1515 && pecl install imagick \
1616 && pecl install amqp \
1717 && docker-php-ext-enable imagick
Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ For Laravel Horizon you have to configure your memory limit in your `horizon.php
2525| 7.3 | ipunktbs/laravel-queue-worker: php7 .3-v4.0 - deprecated |
2626| 7.3 | ipunktbs/laravel-queue-worker: php7 .3-v4.1 |
2727| 7.3 | ipunktbs/laravel-queue-worker: php7 .3-v4.2 |
28- | 7.3 | ipunktbs/laravel-queue-worker: php7 .3-v4.3 - recommended |
28+ | 7.3 | ipunktbs/laravel-queue-worker: php7 .3-v4.3 |
29+ | 7.3 | ipunktbs/laravel-queue-worker: php7 .3-v4.4 - recommended |
2930
3031### Changelog
3132
You can’t perform that action at this time.
0 commit comments