Merge pull request #352 from chirag350/master

use LABEL instead of MAINTAINER since MAINTAINER is deprecated
This commit is contained in:
sickcodes
2021-10-10 22:20:34 +00:00
committed by GitHub

View File

@ -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"]