Skip to content

Commit

Permalink
Update Frigate to 0.11.0-rc3 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
deviant77 committed Sep 17, 2022
1 parent 036798d commit a872ac4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
frigate:
image: "ghcr.io/weltenwort/frigate-synology-dsm7:v0.11.0-rc2"
image: "ghcr.io/weltenwort/frigate-synology-dsm7:v0.11.0-rc3"
privileged: true
hostname: "frigate"
restart: "unless-stopped"
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG LIBUSB_PKG_VERSION=1.0.24
ARG LIBUSB_PKG_BUILD=3

FROM blakeblackshear/frigate:0.11.0-rc2 AS build
FROM blakeblackshear/frigate:0.11.0-rc3 AS build
ARG DEBIAN_FRONTEND=noninteractive
ARG LIBUSB_PKG_VERSION
ADD deb-src.list /etc/apt/sources.list.d/
Expand All @@ -17,7 +17,7 @@ RUN cd "/root/libusb/libusb-1.0-${LIBUSB_PKG_VERSION}" \
&& patch debian/rules < /root/debian-rules-disable-udev.patch \
&& DEB_BUILD_OPTIONS="nocheck nodocs" dpkg-buildpackage -rfakeroot -b

FROM blakeblackshear/frigate:0.11.0-rc2
FROM blakeblackshear/frigate:0.11.0-rc3
ARG DEBIAN_FRONTEND=noninteractive
ARG LIBUSB_PKG_VERSION
ARG LIBUSB_PKG_BUILD
Expand Down
2 changes: 1 addition & 1 deletion frigate.syno-dsm7.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
"exporting" : false,
"id" : "73409f302aa673eaf739a4b4e02dd98f23376150cf54f289f3349c2015dce5af",
"image" : "ghcr.io/weltenwort/frigate-synology-dsm7:v0.11.0-rc2",
"image" : "ghcr.io/weltenwort/frigate-synology-dsm7:v0.11.0-rc3",
"is_ddsm" : false,
"is_package" : false,
"links" : [],
Expand Down

0 comments on commit a872ac4

Please sign in to comment.