Bump go2rtc binary to 1.9.5 (#129371)

This commit is contained in:
Robert Resch
2024-10-29 08:01:59 +01:00
committed by GitHub
parent 537c95cf29
commit 4b2f38926a
2 changed files with 2 additions and 2 deletions

View File

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