From ed39b7b4aea739b46be3fb5e880aa641073da370 Mon Sep 17 00:00:00 2001 From: taylorbourne Date: Thu, 5 Mar 2020 13:10:34 -0800 Subject: [PATCH] bump lazystream (#14) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fedfdcd..d0c458e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN wget https://github.com/xteve-project/xTeVe-Downloads/raw/master/xteve_linux_amd64.zip -O temp.zip; unzip temp.zip -d /usr/bin/; rm temp.zip # Add lazystream -RUN wget https://github.com/tarkah/lazystream/releases/download/v1.9.7/lazystream-v1.9.7-x86_64-unknown-linux-musl.tar.gz -O lazystream.tar.gz; \ +RUN wget https://github.com/tarkah/lazystream/releases/download/v1.9.8/lazystream-v1.9.8-x86_64-unknown-linux-musl.tar.gz -O lazystream.tar.gz; \ tar xzf lazystream.tar.gz; \ mv lazystream/lazystream /usr/bin/lazystream; \ rm lazystream.tar.gz; \