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 c4be814 + a6c730d commit 93b73abCopy full SHA for 93b73ab
Dockerfile
@@ -544,7 +544,7 @@ RUN \
544
# bump: librtmp after ./hashupdate Dockerfile LIBRTMP $LATEST
545
# bump: librtmp link "Commit diff $CURRENT..$LATEST" https://git.ffmpeg.org/gitweb/rtmpdump.git/commitdiff/$LATEST?ds=sidebyside
546
ARG LIBRTMP_URL="https://git.ffmpeg.org/rtmpdump.git"
547
-ARG LIBRTMP_COMMIT=6f6bb1353fc84f4cc37138baa99f586750028a01
+ARG LIBRTMP_COMMIT=138fdb258d9fc26f1843fd1b891180416c9dc575
548
RUN \
549
git clone "$LIBRTMP_URL" && cd rtmpdump && \
550
git checkout --recurse-submodules $LIBRTMP_COMMIT && \
0 commit comments