1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00

Bump go2rtc to 1.9.12 and go2rtc-client to 0.3.0 (#156948)

This commit is contained in:
Robert Resch
2025-11-20 19:41:40 +01:00
committed by GitHub
parent 0327b0e1ec
commit 126fd217e7
13 changed files with 134 additions and 68 deletions
Generated
+1 -1
View File
@@ -25,7 +25,7 @@ RUN \
"armv7") go2rtc_suffix='arm' ;; \
*) go2rtc_suffix=${BUILD_ARCH} ;; \
esac \
&& curl -L https://github.com/AlexxIT/go2rtc/releases/download/v1.9.11/go2rtc_linux_${go2rtc_suffix} --output /bin/go2rtc \
&& curl -L https://github.com/AlexxIT/go2rtc/releases/download/v1.9.12/go2rtc_linux_${go2rtc_suffix} --output /bin/go2rtc \
&& chmod +x /bin/go2rtc \
# Verify go2rtc can be executed
&& go2rtc --version