diff options
Diffstat (limited to 'config-simple.hs')
| -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" |
