prep v0.7.23

I'd actually intended the things here to be in v0.7.22, but I tagged
the wrong revision. Embarrassing, but version numbers are free.
This commit is contained in:
Scott Lamb
2025-10-03 15:36:19 -07:00
parent 5cc93349fc
commit ff383147e4
2 changed files with 11 additions and 6 deletions

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.22`:
for version `v0.7.23`:
```console
$ VERSION=v0.7.22
$ VERSION=v0.7.23
$ 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.22
image: ghcr.io/scottlamb/moonfire-nvr:v0.7.23
command: run
volumes: