File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
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 <[email protected] >" \
4
- version.image="v4.2 " \
4
+ version.image="v4.3 " \
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,6 +11,7 @@ ENV LARAVEL_HORIZON=false
11
11
12
12
# Install pdo if you want to use database queue and install supervisor
13
13
RUN docker-php-ext-install bcmath pdo pdo_mysql pcntl posix \
14
+ && pecl install amqp && docker-php-ext-enable amqp \
14
15
&& apk add --update supervisor && rm -rf /tmp/* /var/cache/apk/*
15
16
16
17
# Define working directory
Original file line number Diff line number Diff line change @@ -24,10 +24,16 @@ For Laravel Horizon you have to configure your memory limit in your `horizon.php
24
24
| 7.2 | ipunktbs/laravel-queue-worker: php7 .2-v3.0 |
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
- | 7.3 | ipunktbs/laravel-queue-worker: php7 .3-v4.2 - recommended |
27
+ | 7.3 | ipunktbs/laravel-queue-worker: php7 .3-v4.2 |
28
+ | 7.3 | ipunktbs/laravel-queue-worker: php7 .3-v4.3 - recommended |
28
29
29
30
### Changelog
30
31
32
+ #### v4.3
33
+
34
+ Added:
35
+ - amqp extension
36
+
31
37
#### v4.2
32
38
33
39
Added:
You can’t perform that action at this time.
0 commit comments