ConnectEverything / nats-by-example

Collection of runnable, reference examples using NATS (https://nats.io)
https://natsbyexample.com
152 stars 37 forks source link

Run cargo update in Rust dockerfile #141

Closed Jarema closed 11 months ago

Jarema commented 11 months ago

The pre-buffering dependency trick we do to cut a lot of compile time can cause some weird caching in Docker where we do not want it. Cargo update hopefully fixes that with an insignificant increase in build time.

All examples in the preview have proper output.

Signed-off-by: Tomasz Pietrek tomasz@nats.io

Jarema commented 11 months ago

This should address #133

bruth commented 11 months ago

This was merged into #144.