umbrel
umbrel copied to clipboard
update sphinx-relay to 2.2.8
- security updates
- transport token encryption
- HMAC validation
- GitBot integration
- direct payments in tribes
- message "channels" in tribes
- pinned msgs
- greenlight fixes
- better history restore
i did docker pull sphinxlightning/sphinx-relay:v2.2.8 to get the image hash, does that look right? thanks
When you pull the image, it only gives you the digest for your architecture. You need to pull it, then execute docker inspect $image and look for RepoDigest.
Oh cool, thanks for the tip @louneskmt. The hash in the RepoDigests matches the one that was printed when i did docker pull anyway. So it looks all good
There was a small issue in 2.2.8, so we are on 2.2.9 now
docker pull will dump the multiarch manifest checksum, not the image for the specific arch.
Sorry my mistake @lukechilds @Evanfeenstra
Hey @Evanfeenstra! Apologies for the delay on this.
With Umbrel 0.5, we moved the all the Umbrel apps to their own dedicated repository — getumbrel/umbrel-apps. With this change, new apps (and app updates) go live in the Umbrel App Store in realtime as soon as PRs are merged.
So feel free to open a new PR on that repo if you'd like to ship this update. Closing this PR for now. Cheers! :)