diff options
| author | sickcodes <[email protected]> | 2021-10-10 22:20:34 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-10 22:20:34 +0000 |
| commit | df10b3c651a63cfb304c49d34b1453e88cf87ee9 (patch) | |
| tree | 0147b5835aebf8af0a60f3c47a813ab382eea31c | |
| parent | Fix weird image (diff) | |
| parent | Update Dockerfile (diff) | |
| download | docker-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-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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"] |