Bump go2rtc recommended version to 1.9.8 (#135523)

This commit is contained in:
Robert Resch
2025-01-13 17:02:23 +01:00
committed by GitHub
parent 275365a9d3
commit 1e4c7e832d
2 changed files with 2 additions and 2 deletions

2
Dockerfile generated
View File

@@ -55,7 +55,7 @@ RUN \
"armv7") go2rtc_suffix='arm' ;; \
*) go2rtc_suffix=${BUILD_ARCH} ;; \
esac \
&& curl -L https://github.com/AlexxIT/go2rtc/releases/download/v1.9.7/go2rtc_linux_${go2rtc_suffix} --output /bin/go2rtc \
&& curl -L https://github.com/AlexxIT/go2rtc/releases/download/v1.9.8/go2rtc_linux_${go2rtc_suffix} --output /bin/go2rtc \
&& chmod +x /bin/go2rtc \
# Verify go2rtc can be executed
&& go2rtc --version