mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-02-12 10:57:31 +01:00
Switch to lts-5 runtime image
We just discovered that ubuntu:16.04 removes /etc/protocol, which is needed by getProtocolByName
This commit is contained in:
parent
5402f33a47
commit
0ae6ca4b3c
@ -8,7 +8,7 @@ packages:
|
|||||||
image:
|
image:
|
||||||
container:
|
container:
|
||||||
name: fpco/stackage-server
|
name: fpco/stackage-server
|
||||||
base: fpco/stack-run
|
base: fpco/stack-run:lts-5
|
||||||
add:
|
add:
|
||||||
config: /app/config
|
config: /app/config
|
||||||
static: /app/static
|
static: /app/static
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user