Update peertube to 4.1.1

This commit is contained in:
Girish Ramakrishnan 2022-03-08 12:16:54 -08:00
parent 32da4bba33
commit 2aaab9050e
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"version": "2.6.0",
"upstreamVersion": "4.1.0",
"upstreamVersion": "4.1.1",
"id": "org.joinpeertube.cloudronapp",
"title": "PeerTube",
"author": "PeerTube developers",

View file

@ -8,7 +8,7 @@ WORKDIR /app/code/server
RUN add-apt-repository -y ppa:savoury1/ffmpeg4 && \
apt install -y ffmpeg
ARG VERSION=4.1.0
ARG VERSION=4.1.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