summaryrefslogtreecommitdiff
path: root/config-freebsd.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-06-18 19:29:15 -0400
committerJoey Hess <joeyh@joeyh.name>2017-06-18 19:29:15 -0400
commitda0b27d54c8834f2db11fedc56098afbd8f89070 (patch)
tree4bedb3519a247dc37c0362cb0daa5f49531e94e8 /config-freebsd.hs
parent199c06732517b8a68afcf7d04ffddcc7dacbff31 (diff)
parente7d75eda127edfb7f85e157224f259f77b5c2647 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'config-freebsd.hs')
-rw-r--r--config-freebsd.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-freebsd.hs b/config-freebsd.hs
index 80abb89d..34880113 100644
--- a/config-freebsd.hs
+++ b/config-freebsd.hs
@@ -59,7 +59,7 @@ linuxbox = host "linuxbox.example.com" $ props
-- A generic webserver in a Docker container.
webserverContainer :: Docker.Container
webserverContainer = Docker.container "webserver" (Docker.latestImage "debian") $ props
- & osDebian' KFreeBSD (Stable "jessie") X86_64
+ & osDebian' KFreeBSD (Stable "stretch") X86_64
& Apt.stdSourcesList
& Docker.publish "80:80"
& Docker.volume "/var/www:/var/www"