softprops / serverless-rust

⚡ 🦀 a serverless framework plugin for rustlang applications
https://www.npmjs.com/package/serverless-rust
MIT License
548 stars 82 forks source link

Latest npm release inconsistent with latest docker image #97

Open oeed opened 3 years ago

oeed commented 3 years ago

🐛 Bug description

The latest npm release uses Amazon Linux 1, as #84 hasn't been published as an npm release. The latest docker images use Amazon Linux 2. As such, the build and run environments are different causing confusing errors such as /lib64/libc.so.6: versionGLIBC_2.18'`.

🤔 Expected Behavior

Build and runtime environments should match.