From 8dc192b90824b6f7f1906698abf815a0aacd2ab3 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 23 Mar 2023 06:50:53 -0600 Subject: [PATCH] Update go2rtc to 1.3.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4059a8059..6ddff530d 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.2.0/go2rtc_linux_${TARGETARCH}" \ +RUN wget -qO go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/v1.3.0/go2rtc_linux_${TARGETARCH}" \ && chmod +x go2rtc