Update go2rtc to version 1.6.2 (#7250)

This commit is contained in:
Sergey Krashevich
2023-07-22 14:14:48 -05:00
committed by GitHub
parent 0fd1eaff43
commit a8cef179e7
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -30,7 +30,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.6.0/go2rtc_linux_${TARGETARCH}" \
RUN wget -qO go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/v1.6.2/go2rtc_linux_${TARGETARCH}" \
&& chmod +x go2rtc