From dc738e9be75387d84055d118b7e37ca8f298dfaa Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Mon, 2 Jan 2023 20:31:18 -0300 Subject: [PATCH] Upgrade go2rtc from v0.1-rc.5 to v0.1-rc.6 (#4860) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b95d5828..97313b28e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,7 +68,7 @@ RUN rm -rf /usr/local/nginx/html /usr/local/nginx/conf/*.default 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.5/go2rtc_linux_${TARGETARCH}" \ +RUN wget -qO go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/v0.1-rc.6/go2rtc_linux_${TARGETARCH}" \ && chmod +x go2rtc