From 12b8ce7a2b416081ed07a7bed3f4d575c2d78f7d Mon Sep 17 00:00:00 2001 From: Chirag The Doge <72273879+chirag350@users.noreply.github.com> Date: Sat, 2 Oct 2021 21:42:41 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c7de7f9..60237bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,8 +52,7 @@ # # you will also need to pass the device to the container FROM archlinux:base-devel - -MAINTAINER 'https://twitter.com/sickcodes' +LABEL maintainer='https://twitter.com/sickcodes ' SHELL ["/bin/bash", "-c"]