diff options
| author | name <[email protected]> | 2020-06-18 18:39:23 +0000 |
|---|---|---|
| committer | name <[email protected]> | 2020-06-18 18:39:23 +0000 |
| commit | 9565332c385cc31e375917822c678e0b2d14c035 (patch) | |
| tree | 19e1184b2ff77971daac8ac381483c26554cf2c1 /vnc-version | |
| parent | ssh instructions and easy find old box (diff) | |
| download | docker-osx-9565332c385cc31e375917822c678e0b2d14c035.tar.xz docker-osx-9565332c385cc31e375917822c678e0b2d14c035.zip | |
external dockerfile
Diffstat (limited to 'vnc-version')
| -rw-r--r-- | vnc-version/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnc-version/Dockerfile b/vnc-version/Dockerfile index 211d6a3..0e6337e 100644 --- a/vnc-version/Dockerfile +++ b/vnc-version/Dockerfile @@ -72,7 +72,7 @@ # VNC Version # Let's piggyback the other image: -FROM docker-osx:latest +FROM sickcodes/docker-osx:latest MAINTAINER 'https://sick.codes' <https://sick.codes> |