Update version to 1.4.0

This commit is contained in:
Nick Mowen 2023-04-30 16:31:54 -06:00
parent 2690ea6245
commit d377abd689

View File

@ -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.3.2/go2rtc_linux_${TARGETARCH}" \
RUN wget -qO go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/v1.4.0/go2rtc_linux_${TARGETARCH}" \
&& chmod +x go2rtc