aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-10-10 22:20:34 +0000
committerGitHub <[email protected]>2021-10-10 22:20:34 +0000
commitdf10b3c651a63cfb304c49d34b1453e88cf87ee9 (patch)
tree0147b5835aebf8af0a60f3c47a813ab382eea31c
parentFix weird image (diff)
parentUpdate Dockerfile (diff)
downloaddocker-osx-df10b3c651a63cfb304c49d34b1453e88cf87ee9.tar.xz
docker-osx-df10b3c651a63cfb304c49d34b1453e88cf87ee9.zip
Merge pull request #352 from chirag350/master
use LABEL instead of MAINTAINER since MAINTAINER is deprecated
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 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' <https://sick.codes>
+LABEL maintainer='https://twitter.com/sickcodes <https://sick.codes>'
SHELL ["/bin/bash", "-c"]