Replaced deprecated MAINTAINER with LABEL (#242)

Signed-off-by: Michael Käufl <dockerfiles@c.michael-kaeufl.de>
This commit is contained in:
Michael
2017-03-09 18:14:37 +00:00
committed by Jess Frazelle
parent 1aeec62033
commit 7eea00edf3
134 changed files with 134 additions and 134 deletions

View File

@@ -20,7 +20,7 @@
# Base docker image
FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# Install dependencies
RUN apt-get update && apt-get install -y \