From cd1739094478453aededcd7c21e38a632158fbcd Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 2 Jun 2021 17:41:20 -0700 Subject: [PATCH] Update peertube to 3.2.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1ced943..080b057 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3f RUN mkdir -p /app/code/server /app/pkg WORKDIR /app/code/server -ARG VERSION=3.1.0 +ARG VERSION=3.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