go2rtc 1.8.4 (#8691)

This commit is contained in:
Sergey Krashevich
2023-11-21 01:07:54 +00:00
committed by GitHub
parent 8864e33d1c
commit ea247ca816
6 changed files with 8 additions and 8 deletions
+1 -1
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.3/go2rtc_linux_${TARGETARCH}" go2rtc
ADD --link --chmod=755 "https://github.com/AlexxIT/go2rtc/releases/download/v1.8.4/go2rtc_linux_${TARGETARCH}" go2rtc
####