Add label to Dockerfiles

This commit is contained in:
Markus Opolka
2018-02-13 10:21:11 +01:00
parent bd29ae118f
commit a1bdc464fb
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
FROM php:7.2-apache FROM php:7.2-apache
LABEL maintainer="markus@martialblog.de"
ARG version='3.0.4+180116' ARG version='3.0.4+180116'
# Install OS dependencies # Install OS dependencies

View File

@@ -1,4 +1,5 @@
FROM php:7.2-fpm FROM php:7.2-fpm
LABEL maintainer="markus@martialblog.de"
ARG version='3.0.4+180116' ARG version='3.0.4+180116'
# Install OS dependencies # Install OS dependencies