prep v0.7.22

...with dependency updates, notably including Retina.
This commit is contained in:
Scott Lamb
2025-10-03 14:22:24 -07:00
parent dc1909d073
commit 5cc93349fc
9 changed files with 206 additions and 160 deletions

View File

@@ -68,7 +68,7 @@ following command:
$ brew install node
```
Next, you need Rust 1.82+ and Cargo. The easiest way to install them is by
Next, you need Rust 1.88+ and Cargo. The easiest way to install them is by
following the instructions at [rustup.rs](https://www.rustup.rs/). Avoid
your Linux distribution's Rust packages, which tend to be too old.
(At least on Debian-based systems; Arch and Gentoo might be okay.)

View File

@@ -26,10 +26,10 @@ left, and pick the [latest tagged version](https://github.com/scottlamb/moonfire
Download the binary for your platform from the matching GitHub release.
Install it as `/usr/local/bin/moonfire-nvr` and ensure it is executable, e.g.
for version `v0.7.21`:
for version `v0.7.22`:
```console
$ VERSION=v0.7.21
$ VERSION=v0.7.22
$ ARCH=$(uname -m)
$ curl -OL "https://github.com/scottlamb/moonfire-nvr/releases/download/$VERSION/moonfire-nvr-$VERSION-$ARCH"
$ sudo install -m 755 "moonfire-nvr-$VERSION-$ARCH" /usr/local/bin/moonfire-nvr
@@ -65,7 +65,7 @@ services:
moonfire-nvr:
# The `vX.Y.Z` images will work on any architecture (x86-64, arm, or
# aarch64); just pick the correct version.
image: ghcr.io/scottlamb/moonfire-nvr:v0.7.21
image: ghcr.io/scottlamb/moonfire-nvr:v0.7.22
command: run
volumes: