summaryrefslogtreecommitdiff
path: root/config-freebsd.hs
diff options
context:
space:
mode:
authorJoey Hess2017-06-17 09:18:22 -0400
committerJoey Hess2017-06-17 09:18:22 -0400
commitbb1a6594475d3d2dd2f40f4363b650bd276a157e (patch)
treeec1d90528b26c3d554e3e7f0547c7a4fe242a499 /config-freebsd.hs
parentc948c22b2d07eda4cd0c455ec5a6674f7e9e9504 (diff)
use stretch in debian stable examples
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"