Skip to content

Commit

Permalink
Update Frigate to 0.11.0-rc2 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
deviant77 committed Aug 28, 2022
1 parent 696c9a3 commit 8844042
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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-rc1"
image: "ghcr.io/weltenwort/frigate-synology-dsm7:v0.11.0-rc2"
privileged: true
hostname: "frigate"
restart: "unless-stopped"
Expand All @@ -22,4 +22,4 @@ services:
env_file:
- "./secrets.env"
environment:
- LIBVA_DRIVER_NAME_JELLYFIN=i965 # if hwacl isn't working properly with the defaul iHD driver
- LIBVA_DRIVER_NAME=i965 # if hwacl isn't working properly with the defaul iHD driver
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-rc1 AS build
FROM blakeblackshear/frigate:0.11.0-rc2 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-rc1
FROM blakeblackshear/frigate:0.11.0-rc2
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-rc1",
"image" : "ghcr.io/weltenwort/frigate-synology-dsm7:v0.11.0-rc2",
"is_ddsm" : false,
"is_package" : false,
"links" : [],
Expand Down

0 comments on commit 8844042

Please sign in to comment.