summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2017-06-18 15:53:59 -0400
committerJoey Hess2017-06-18 15:53:59 -0400
commite002e3e2385f32ec8b5999da0626d3016d8efc61 (patch)
tree1b51116b2e475d2eb7b3bd6fc313ab5192d74bcd /joeyconfig.hs
parent7c6ebd1e9ebabc0b0c08a38da1e6a61dc37090f2 (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 6db1dfc5..559c6cf3 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -550,7 +550,7 @@ oldusenetShellBox = Systemd.debContainer "oldusenet-shellbox" $ props
kiteShellBox :: Systemd.Container
kiteShellBox = Systemd.debContainer "kiteshellbox" $ props
- & standardContainer (Stable "jessie")
+ & standardContainer (Stable "stretch")
& JoeySites.kiteShellBox
type Motd = [String]