1
0
mirror of https://github.com/sickcodes/Docker-OSX.git synced 2025-07-09 09:52:18 +02:00

Merge pull request 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
commit df10b3c651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,8 +52,7 @@
# # you will also need to pass the device to the container # # you will also need to pass the device to the container
FROM archlinux:base-devel FROM archlinux:base-devel
LABEL maintainer='https://twitter.com/sickcodes <https://sick.codes>'
MAINTAINER 'https://twitter.com/sickcodes' <https://sick.codes>
SHELL ["/bin/bash", "-c"] SHELL ["/bin/bash", "-c"]