summaryrefslogtreecommitdiff
path: root/config-simple.hs
diff options
context:
space:
mode:
authorJoey Hess2014-10-10 11:41:33 -0400
committerJoey Hess2014-10-10 11:41:33 -0400
commitbb34219b4478fbb1dc7cab71a164087ef1c8fcd3 (patch)
tree44b18e342b3525c3f8dc357a16dca640472cd5db /config-simple.hs
parent86f41cc37138b2a85d8f7d3022795496f7c20ecc (diff)
update
Diffstat (limited to 'config-simple.hs')
-rw-r--r--config-simple.hs2
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"