alexliesenfeld / httpmock

HTTP mocking library for Rust
https://httpmock.rs
MIT License
488 stars 45 forks source link

Keep docker images on docker hub up-to-date #110

Closed jordanbailes closed 2 months ago

jordanbailes commented 2 months ago

The last release on docker hub was over a year ago. There has been releases since including v0.7.0 in January and a v0.8.0 alpha version in the last couple of days. It would be useful to get new images including the latest alpha version.

alexliesenfeld commented 2 months ago

Yes, absolutely. Just pushed it to Docker Hub.

https://hub.docker.com/layers/alexliesenfeld/httpmock/0.8.0-alpha.1/images/sha256-805c728725ff2816858e67d5068f93d006cac5c04811342ac1063b14df63083d?context=repo

jordanbailes commented 2 months ago

Thanks @alexliesenfeld