diff options
| author | sickcodes <[email protected]> | 2022-09-12 13:52:26 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-12 13:52:26 +0000 |
| commit | 49b86bec9ac92c0fd45a3c108c7ede412b065f03 (patch) | |
| tree | 5ea08dbb68fb641b5295f8505bbca56cdad110a8 /Dockerfile.monterey | |
| parent | Fixes #510 missing keyservers (diff) | |
| parent | fix: sshpass install and label (diff) | |
| download | docker-osx-49b86bec9ac92c0fd45a3c108c7ede412b065f03.tar.xz docker-osx-49b86bec9ac92c0fd45a3c108c7ede412b065f03.zip | |
Merge pull request #538 from TartanLeGrand/master
sshpass install and label
Diffstat (limited to 'Dockerfile.monterey')
| -rw-r--r-- | Dockerfile.monterey | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.monterey b/Dockerfile.monterey index 0edba12..6d7718d 100644 --- a/Dockerfile.monterey +++ b/Dockerfile.monterey @@ -21,7 +21,7 @@ FROM sickcodes/docker-osx -MAINTAINER 'https://twitter.com/sickcodes' <https://sick.codes> +LABEL maintainer='https://twitter.com/sickcodes <https://sick.codes>' SHELL ["/bin/bash", "-c"] |