From 0ae6ca4b3c1aca98a251384d344df1a15f6d8402 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 16 Jun 2016 17:08:00 +0300 Subject: [PATCH] Switch to lts-5 runtime image We just discovered that ubuntu:16.04 removes /etc/protocol, which is needed by getProtocolByName --- stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.yaml b/stack.yaml index 193c5b8..a195429 100644 --- a/stack.yaml +++ b/stack.yaml @@ -8,7 +8,7 @@ packages: image: container: name: fpco/stackage-server - base: fpco/stack-run + base: fpco/stack-run:lts-5 add: config: /app/config static: /app/static