From 162ca46806a7e758297537b0d979473e8217037c Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 2 Sep 2023 07:14:45 -0600 Subject: [PATCH] Update go2rtc to 1.7.0 --- docker/main/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/Dockerfile b/docker/main/Dockerfile index 8625a63a8..b7dd13c9a 100644 --- a/docker/main/Dockerfile +++ b/docker/main/Dockerfile @@ -33,7 +33,7 @@ RUN --mount=type=tmpfs,target=/tmp --mount=type=tmpfs,target=/var/cache/apt \ FROM scratch AS go2rtc ARG TARGETARCH WORKDIR /rootfs/usr/local/go2rtc/bin -ADD --link --chmod=755 "https://github.com/AlexxIT/go2rtc/releases/download/v1.6.2/go2rtc_linux_${TARGETARCH}" go2rtc +ADD --link --chmod=755 "https://github.com/AlexxIT/go2rtc/releases/download/v1.7.0/go2rtc_linux_${TARGETARCH}" go2rtc ####