rails-lambda / crypteia

🧱🔐 Rust Lambda Extension for any Runtime/Container to preload Secure Environment Variables!
https://lamby.cloud
MIT License
66 stars 7 forks source link

Revert param not found code, update base image, update cargo packages #49

Closed jeremiahlukus closed 5 months ago

jeremiahlukus commented 5 months ago

Going to update cargo packages once this is released. I think this still should be v2 since updating the base image does break some images. When pulling from ruby:3.2.2-bullseye I get GLIBC_2.34' not found but changing to an image that has that installedruby:3.2.2-bookworm` works fine.

jeremiahlukus commented 5 months ago

@metaskills I think this is a better v2, just updating cargo packages and the base image for the dev container.

jeremiahlukus commented 5 months ago

merged https://github.com/rails-lambda/crypteia/pull/41 into this PR