Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update base image version to 0.10.0 #19

Merged
merged 1 commit into from
Feb 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.10.0-beta12-amd64"
image: "ghcr.io/weltenwort/frigate-synology-dsm7:v0.10.0-amd64"
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,4 +1,4 @@
FROM blakeblackshear/frigate:0.10.0-beta12-amd64 AS build
FROM blakeblackshear/frigate:0.10.0-amd64 AS build
ARG DEBIAN_FRONTEND=noninteractive
ADD deb-src.list /etc/apt/sources.list.d/
RUN apt-get update \
Expand All @@ -13,7 +13,7 @@ RUN cd /root/libusb/libusb-1.0-1.0.23 \
&& patch debian/rules < /root/debian-rules-disable-udev.patch \
&& DEB_BUILD_OPTIONS="nocheck nodocs" dpkg-buildpackage -rfakeroot -b

FROM blakeblackshear/frigate:0.10.0-beta12-amd64
FROM blakeblackshear/frigate:0.10.0-amd64
ARG DEBIAN_FRONTEND=noninteractive
COPY --from=build /root/libusb/libusb-1.0-0_1.0.23-2build1_amd64.deb /root/
RUN dpkg -i /root/libusb-1.0-0_1.0.23-2build1_amd64.deb
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.10.0-beta12-amd64",
"image" : "ghcr.io/weltenwort/frigate-synology-dsm7:v0.10.0-amd64",
"is_ddsm" : false,
"is_package" : false,
"links" : [],
Expand Down