diff options
| author | sickcodes <[email protected]> | 2021-03-09 19:29:38 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-03-09 19:29:38 +0000 |
| commit | 9fffacde9abd5f377a7b150517372c0b67d6516e (patch) | |
| tree | e4a35998e0a35d037ff63f6eefb8db1073b8496c | |
| parent | Merge pull request #171 from sickcodes/move-custom-to-submodule (diff) | |
| download | docker-osx-9fffacde9abd5f377a7b150517372c0b67d6516e.tar.xz docker-osx-9fffacde9abd5f377a7b150517372c0b67d6516e.zip | |
Incorrect link update
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -272,7 +272,7 @@ ENV NOPICKER=false ENV WIDTH=1920 ENV HEIGHT=1080 -ENV MASTER_PLIST_URL="https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/custom/config-nopicker-custom.plist" +ENV MASTER_PLIST_URL="https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-nopicker-custom.plist" VOLUME ["/tmp/.X11-unix"] |