diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-05-24 18:23:34 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-05-24 18:23:34 -0400 |
| commit | bdc9b4969657ccc3ce89764faf1f48fc8be68f6a (patch) | |
| tree | 06adbf68d12106dacd3993b28eabaeb9dd8398ea /config-joey.hs | |
| parent | 3a99c87cdfbbae4cfa31fff5e20c39bfcfdc0aae (diff) | |
update to jessie for docker containers
Diffstat (limited to 'config-joey.hs')
| -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 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 |
