seek-oss / serverless-haskell

Deploying Haskell applications to AWS Lambda with Serverless
MIT License
215 stars 22 forks source link

Use a Docker image compatible with AWS glibc #115

Closed koterpillar closed 4 years ago

koterpillar commented 4 years ago

Stack's LTS 14 Docker image uses glibc 2.27, yet only 2.26 is available in the AWS environment. This PR:

Fixes #114.