tendermint / tm-db

Common database interface for various database backends for Tendermint Core and Cosmos SDK
Apache License 2.0
89 stars 136 forks source link

dockerfile update rocksdb #204

Closed tac0turtle closed 2 years ago

creachadair commented 2 years ago

Ah, this explains why my tests suddenly started failing.

tac0turtle commented 2 years ago

oh my bad. I need to version the image.

creachadair commented 2 years ago

oh my bad. I need to version the image.

Probably a better solution is to build the image as part of the workflow. Then there's no need to track yet another version stamp, and we can probably get GitHub to cache the layers for us.