From f40099dd3695dd4aebaa359a92db287aef32d529 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 12 Jan 2021 11:17:38 -0800 Subject: [PATCH] Update peertube to 3.0.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b3405c6..806636a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get -y update && \ RUN curl -sL https://github.com/mikefarah/yq/releases/download/3.2.1/yq_linux_amd64 -o /usr/bin/yq && \ chmod +x /usr/bin/yq -ARG VERSION=3.0.0 +ARG VERSION=3.0.1 # install peertube. the chown is required for some reason for ffmpeg. it fails with EROFS without it when transcoding # the transcoding patch is at https://github.com/Chocobozzz/PeerTube/pull/3198