Skip to content

Commit

Permalink
updated mediamtx to 1.9.3 (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwsw authored Oct 22, 2024
1 parent 9af8893 commit 8aad2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.deepstream
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ ENTRYPOINT ["python", "-m", "savant.entrypoint"]
FROM base AS adapters
ARG TARGETARCH

ARG MEDIAMTX_VERSION="v1.5.1"
ARG MEDIAMTX_VERSION="v1.9.3"
RUN mkdir mediamtx && \
if [ "$TARGETARCH" = "amd64" ]; then \
wget -qO- "https://github.com/bluenviron/mediamtx/releases/download/${MEDIAMTX_VERSION}/mediamtx_${MEDIAMTX_VERSION}_linux_amd64.tar.gz" | tar xz -C mediamtx; \
Expand Down

0 comments on commit 8aad2dc

Please sign in to comment.