Skip to content

Commit a3013a8

Browse files
author
Robert Kummer
committed
modified LABEL
1 parent 35f319c commit a3013a8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
FROM php:7.1-alpine
22

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"
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"
67

78
ENV PYTHON_VERSION=2.7.12-r0
89
ENV PY_PIP_VERSION=8.1.2-r0

0 commit comments

Comments
 (0)