serverless-rust icon indicating copy to clipboard operation
serverless-rust copied to clipboard

Latest npm release inconsistent with latest docker image

Open oeed opened this issue 4 years ago • 0 comments

🐛 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: version GLIBC_2.18'`.

🤔 Expected Behavior

Build and runtime environments should match.

oeed avatar Apr 03 '21 22:04 oeed