iliana / rust-crowbar

Wrapper to simplify writing AWS Lambda functions in Rust (using the Python execution environment)
https://docs.rs/crowbar
Apache License 2.0
197 stars 16 forks source link

Docker image needs a rebuild #5

Closed kamek-pf closed 7 years ago

kamek-pf commented 7 years ago

Hi !

I'm working on a project that does not compile against the current Docker image. Some transient dependencies require compiler flags that were stabilized recently.

I see it hasn't been updated in 4 months. When you have a minute, could you rebuild the image and push on DockerHub ?

Nothing urgent, we can still rebuild locally :)

iliana commented 7 years ago

I'm going to rebuild it from master since the changes should still allow using the released crowbar, but if it breaks please let me know and I'll rebuild it from the 0.1.1 tag...