From bdc9b4969657ccc3ce89764faf1f48fc8be68f6a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 24 May 2015 18:23:34 -0400 Subject: update to jessie for docker containers --- config-joey.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-joey.hs') 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 -- cgit v1.3-2-g0d8e