Upd: go2rtc v1.8.1 (#8166)

* go2rtc v1.8.0

* 1.8.1
This commit is contained in:
Sergey Krashevich
2023-10-16 14:42:24 +03:00
committed by GitHub
parent 4469507e5b
commit cac37e484d
8 changed files with 10 additions and 10 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.7.1/go2rtc_linux_${TARGETARCH}" go2rtc
ADD --link --chmod=755 "https://github.com/AlexxIT/go2rtc/releases/download/v1.8.1/go2rtc_linux_${TARGETARCH}" go2rtc
####