From 9ab0ca8cf57e60c44279b8dcab9c8282bdce7d1a Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 5 Jan 2023 11:24:15 +0100 Subject: [PATCH] Update peertube to 5.0.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1d93584..d9e169d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ENV PATH /usr/local/node-${NODEJS_VERSION}/bin:$PATH RUN apt update && apt install -y prosody && rm -rf /var/cache/apt /var/lib/apt/lists -ARG VERSION=5.0.0 +ARG VERSION=5.0.1 # install peertube. the chown is required for some reason for ffmpeg. it fails with EROFS without it when transcoding RUN curl -sL https://github.com/Chocobozzz/PeerTube/releases/download/v${VERSION}/peertube-v${VERSION}.tar.xz | tar --strip-components 1 -Jxvf - && \