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 1
1
FROM php:7.3-alpine
2
2
3
3
LABEL maintainer="ipunkt Business Solutions <info@ipunkt.biz>" \
4
- version.image="v4.3 " \
4
+ version.image="v4.4 " \
5
5
version.php=$PHP_VERSION \
6
6
description="A supervisor configured to run with laravel artisan queue:work or artisan horizon command"
7
7
@@ -11,7 +11,7 @@ ENV LARAVEL_HORIZON=false
11
11
12
12
RUN 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 \
13
13
&& 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 \
15
15
&& pecl install imagick \
16
16
&& pecl install amqp \
17
17
&& 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
25
25
| 7.3 | ipunktbs/laravel-queue-worker: php7 .3-v4.0 - deprecated |
26
26
| 7.3 | ipunktbs/laravel-queue-worker: php7 .3-v4.1 |
27
27
| 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 |
29
30
30
31
### Changelog
31
32
You can’t perform that action at this time.
0 commit comments