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 a3013a8 commit 6b0d4a1Copy full SHA for 6b0d4a1
Dockerfile
@@ -1,12 +1,12 @@
1
-FROM php:7.1-alpine
+FROM php:7.2-alpine
2
3
LABEL maintainer="ipunkt Business Solutions <[email protected]>" \
4
version.image="v2.0" \
5
version.php=$PHP_VERSION \
6
description="A supervisor configured to run with laravel artisan queue:work or artisan horizon command"
7
8
-ENV PYTHON_VERSION=2.7.12-r0
9
-ENV PY_PIP_VERSION=8.1.2-r0
+ENV PYTHON_VERSION=2.7.13-r1
+ENV PY_PIP_VERSION=9.0.1-r1
10
ENV SUPERVISOR_VERSION=3.3.3
11
12
ENV QUEUE_CONNECTION=redis
0 commit comments