diff options
| author | Joey Hess <joey@kitenet.net> | 2014-10-10 11:41:33 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-10-10 11:41:33 -0400 |
| commit | bb34219b4478fbb1dc7cab71a164087ef1c8fcd3 (patch) | |
| tree | 44b18e342b3525c3f8dc357a16dca640472cd5db | |
| parent | 86f41cc37138b2a85d8f7d3022795496f7c20ecc (diff) | |
update
| -rw-r--r-- | config-simple.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-simple.hs b/config-simple.hs index 35eae40c..dcdc51a3 100644 --- a/config-simple.hs +++ b/config-simple.hs @@ -38,7 +38,7 @@ hosts = -- A generic webserver in a Docker container. , Docker.container "webserver" "joeyh/debian-stable" - & os (System (Debian Stable) "amd64") + & os (System (Debian (Stable "wheezy")) "amd64") & Apt.stdSourcesList & Docker.publish "80:80" & Docker.volume "/var/www:/var/www" |
