diff options
| author | Ugo Mignon <[email protected]> | 2022-09-01 08:38:59 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-01 08:38:59 +0200 |
| commit | 40a7e0d20010f2bede3432307b1c6ed123a2d5bc (patch) | |
| tree | 5ea08dbb68fb641b5295f8505bbca56cdad110a8 /Dockerfile.monterey | |
| parent | Fixes #510 missing keyservers (diff) | |
| download | docker-osx-40a7e0d20010f2bede3432307b1c6ed123a2d5bc.tar.xz docker-osx-40a7e0d20010f2bede3432307b1c6ed123a2d5bc.zip | |
fix: 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"] |