diff options
| author | Chirag The Doge <[email protected]> | 2021-10-02 21:42:41 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-02 21:42:41 +0530 |
| commit | 12b8ce7a2b416081ed07a7bed3f4d575c2d78f7d (patch) | |
| tree | 8df77f2c22a9a6e4d699d4fc443c994a523c9240 | |
| parent | Merge pull request #343 from sickcodes/stock-images-in-dockerfile (diff) | |
| download | docker-osx-12b8ce7a2b416081ed07a7bed3f4d575c2d78f7d.tar.xz docker-osx-12b8ce7a2b416081ed07a7bed3f4d575c2d78f7d.zip | |
Update Dockerfile
| -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"] |