We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0c8dd9 + a0a37ae commit b66d82fCopy full SHA for b66d82f
Dockerfile
@@ -611,9 +611,9 @@ RUN \
611
# bump: srt /SRT_VERSION=([\d.]+)/ https://github.com/Haivision/srt.git|^1
612
# bump: srt after ./hashupdate Dockerfile SRT $LATEST
613
# bump: srt link "Release notes" https://github.com/Haivision/srt/releases/tag/v$LATEST
614
-ARG SRT_VERSION=1.5.3
+ARG SRT_VERSION=1.5.4
615
ARG SRT_URL="https://github.com/Haivision/srt/archive/v$SRT_VERSION.tar.gz"
616
-ARG SRT_SHA256=befaeb16f628c46387b898df02bc6fba84868e86a6f6d8294755375b9932d777
+ARG SRT_SHA256=d0a8b600fe1b4eaaf6277530e3cfc8f15b8ce4035f16af4a5eb5d4b123640cdd
617
RUN \
618
wget $WGET_OPTS -O libsrt.tar.gz "$SRT_URL" && \
619
echo "$SRT_SHA256 libsrt.tar.gz" | sha256sum -c - && \
0 commit comments