diff options
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index 57f7a835..c852826e 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -358,7 +358,7 @@ jerryPlay = standardContainer "jerryplay" Unstable "amd64" & Ssh.permitRootLogin True kiteShellBox :: Docker.Container -kiteShellBox = standardContainer "kiteshellbox" (Stable "wheezy") "amd64" +kiteShellBox = standardStableContainer "kiteshellbox" & JoeySites.kiteShellBox type Motd = [String] |
