summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-05-24 18:23:34 -0400
committerJoey Hess2015-05-24 18:23:34 -0400
commitbdc9b4969657ccc3ce89764faf1f48fc8be68f6a (patch)
tree06adbf68d12106dacd3993b28eabaeb9dd8398ea /config-joey.hs
parent3a99c87cdfbbae4cfa31fff5e20c39bfcfdc0aae (diff)
update to jessie for docker containers
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 2a173776..c4477f01 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -458,7 +458,7 @@ standardSystemUnhardened hn suite arch motd = host hn
`onChange` Apt.autoRemove
standardStableContainer :: Docker.ContainerName -> Docker.Container
-standardStableContainer name = standardContainer name (Stable "wheezy") "amd64"
+standardStableContainer name = standardContainer name (Stable "jessie") "amd64"
-- This is my standard container setup, Featuring automatic upgrades.
standardContainer :: Docker.ContainerName -> DebianSuite -> Architecture -> Docker.Container