From e2195b4c357847da2e8e0db71096d34fc10015ce Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Sun, 8 Jul 2018 20:47:46 +0800 Subject: [PATCH] [Dockerfile] Use LABEL instead of deprecated MAINTAINER command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79cb15b..314285e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ # Use Ubuntu Trusty Tahr as base image as we're using on Travis CI # I also tested with Ubuntu 16.04, should be good with it! From ubuntu:14.04 -MAINTAINER Peter Dave Hello +LABEL maintainer="Peter Dave Hello " # Prevent dialog during apt install ENV DEBIAN_FRONTEND noninteractive