Circle CI: use fpco/stack-build:lts-13 as base image

This commit is contained in:
Albert Krewinkel 2019-08-16 20:35:32 +02:00
parent 6166f9499f
commit a5094dda61
No known key found for this signature in database
GPG key ID: 388DC0B21F631124

View file

@ -4,7 +4,7 @@ env: &env
environment:
LC_ALL: "C.UTF-8"
docker:
- image: fpco/stack-build:lts
- image: fpco/stack-build:lts-13
#-----------------------------------------------------------------------------
# Common utility stuff, not to be modified usually