Skip to content

Commit

Permalink
Upgrade go2rtc from v1.0.1 to v1.1.0 (#5320)
Browse files Browse the repository at this point in the history
* Upgrade go2rtc to v1.1.0 and set AAC audio as preferred

* Remove change from Python file
  • Loading branch information
felipecrs authored Feb 1, 2023
1 parent f06e8b4 commit ea8ec23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.1/go2rtc_linux_${TARGETARCH}" \
RUN wget -qO go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/v1.1.0/go2rtc_linux_${TARGETARCH}" \
&& chmod +x go2rtc


Expand Down

0 comments on commit ea8ec23

Please sign in to comment.