Update go2rtc to 1.8.3 (#8627)

This commit is contained in:
Nicolas Mowen
2023-11-15 18:24:26 -07:00
committed by GitHub
parent 9fa70c3455
commit 97c15f7ef3
7 changed files with 9 additions and 9 deletions

View File

@@ -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.8.2/go2rtc_linux_${TARGETARCH}" go2rtc
ADD --link --chmod=755 "https://github.com/AlexxIT/go2rtc/releases/download/v1.8.3/go2rtc_linux_${TARGETARCH}" go2rtc
####