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 35f319c commit a3013a8Copy full SHA for a3013a8
Dockerfile
@@ -1,8 +1,9 @@
1
FROM php:7.1-alpine
2
3
-LABEL maintainer="ipunkt Business Solutions <[email protected]>"
4
-LABEL version="php7.1-v2.0"
5
-LABEL description="A supervisor configured to run with laravel artisan queue:work or artisan horizon command"
+LABEL maintainer="ipunkt Business Solutions <[email protected]>" \
+ version.image="v2.0" \
+ 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
0 commit comments