From b9a093c988d7643699cca20e0e104dc4ecc08180 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 19 Apr 2015 09:41:40 -0400 Subject: jessie is almost ready to be the new debian stable, update a few examples no behavior changes --- config-simple.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config-simple.hs') diff --git a/config-simple.hs b/config-simple.hs index 9900d6be..aca129e9 100644 --- a/config-simple.hs +++ b/config-simple.hs @@ -41,8 +41,8 @@ hosts = -- A generic webserver in a Docker container. webserverContainer :: Docker.Container -webserverContainer = Docker.container "webserver" "joeyh/debian-stable" - & os (System (Debian (Stable "wheezy")) "amd64") +webserverContainer = Docker.container "webserver" "debian" + & os (System (Debian (Stable "jessie")) "amd64") & Apt.stdSourcesList & Docker.publish "80:80" & Docker.volume "/var/www:/var/www" -- cgit v1.2.3