diff --git a/Dockerfile b/Dockerfile index e65559f..54a3430 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get update && \ RUN apt-get update && \ apt-get install --no-install-recommends -y git tclsh pkg-config cmake libssl-dev build-essential ninja-build && \ - git clone --depth 1 --branch v1.5.0 https://github.com/Haivision/srt.git libsrt && \ + git clone --depth 1 --branch v1.5.1 https://github.com/Haivision/srt.git libsrt && \ cmake -S libsrt -B libsrt-build -G Ninja && \ ninja -C libsrt-build && \ ninja -C libsrt-build install && \