diff options
| author | Joey Hess <joey@kitenet.net> | 2014-10-10 11:41:40 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-10-10 11:41:40 -0400 |
| commit | 498769e232091d18f2b0dbd8f8392b3abbebf1e7 (patch) | |
| tree | 49c0546e7b9ad97bcac6a8636800bf61591067f4 | |
| parent | 7120d66a279b470b76273bcf205d98badfde95b1 (diff) | |
| parent | bb34219b4478fbb1dc7cab71a164087ef1c8fcd3 (diff) | |
Merge branch 'joeyconfig'
| -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" |
