From 97161310a5ec81c14c785ecf5b585d6f823d8024 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 7 Dec 2022 06:35:41 -0700 Subject: [PATCH] Update go2rtc version (#4616) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f9bd7d16..9c00d14ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ WORKDIR /rootfs FROM wget AS go2rtc ARG TARGETARCH WORKDIR /rootfs/usr/local/go2rtc/bin -RUN wget -qO go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/v0.1-rc.3/go2rtc_linux_${TARGETARCH}" \ +RUN wget -qO go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/v0.1-rc.5/go2rtc_linux_${TARGETARCH}" \ && chmod +x go2rtc # Download and Convert OpenVino model