about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index b6ed9226..e686b300 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
 # along with Miasm-Docker. If not, see <http://www.gnu.org/licenses/>.
 
 FROM debian:buster
-MAINTAINER Camille Mougey <commial@gmail.com>
+LABEL maintainer="Camille Mougey <commial@gmail.com>"
 
 # Download needed packages
 RUN apt-get -qq update && \