prep v0.7.10

This commit is contained in:
Scott Lamb
2023-11-27 21:38:25 -08:00
parent 8efea4526d
commit 882596c7f6
2 changed files with 8 additions and 7 deletions

View File

@@ -20,10 +20,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.9` on Intel machines:
for version `v0.7.10` on Intel machines:
```console
$ VERSION=v0.7.9
$ VERSION=v0.7.10
$ 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
@@ -40,7 +40,7 @@ workflow. You may find the following Docker compose snippet useful:
version: 3
services:
moonfire-nvr:
image: ghcr.io/scottlamb/moonfire-nvr:v0.7.8
image: ghcr.io/scottlamb/moonfire-nvr:v0.7.10
command: run
volumes: