From 5b6c702868d3dbc7ab21fc777dfc9527b5ebae55 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 7 Jun 2022 09:53:46 -0700 Subject: [PATCH] update peertube to 4.2.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 072c779..6939814 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apt update && \ apt install -y ffmpeg prosody && \ rm -rf /var/cache/apt /var/lib/apt/lists -ARG VERSION=4.1.1 +ARG VERSION=4.2.0 # 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