From ea8ec23cbe0e2554e71daa10d77b061383df4e05 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Tue, 31 Jan 2023 22:43:29 -0300 Subject: [PATCH] Upgrade go2rtc from v1.0.1 to v1.1.0 (#5320) * Upgrade go2rtc to v1.1.0 and set AAC audio as preferred * Remove change from Python file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1ddf7d2b1..b5fde686d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN --mount=type=tmpfs,target=/tmp --mount=type=tmpfs,target=/var/cache/apt \ FROM wget AS go2rtc ARG TARGETARCH WORKDIR /rootfs/usr/local/go2rtc/bin -RUN wget -qO go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/v1.0.1/go2rtc_linux_${TARGETARCH}" \ +RUN wget -qO go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/v1.1.0/go2rtc_linux_${TARGETARCH}" \ && chmod +x go2rtc