mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-22 01:21:10 +00:00
Update peertube to 4.1.1
This commit is contained in:
parent
32da4bba33
commit
2aaab9050e
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "2.6.0",
|
"version": "2.6.0",
|
||||||
"upstreamVersion": "4.1.0",
|
"upstreamVersion": "4.1.1",
|
||||||
"id": "org.joinpeertube.cloudronapp",
|
"id": "org.joinpeertube.cloudronapp",
|
||||||
"title": "PeerTube",
|
"title": "PeerTube",
|
||||||
"author": "PeerTube developers",
|
"author": "PeerTube developers",
|
||||||
|
|
|
@ -8,7 +8,7 @@ WORKDIR /app/code/server
|
||||||
RUN add-apt-repository -y ppa:savoury1/ffmpeg4 && \
|
RUN add-apt-repository -y ppa:savoury1/ffmpeg4 && \
|
||||||
apt install -y ffmpeg
|
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
|
# 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
|
# the transcoding patch is at https://github.com/Chocobozzz/PeerTube/pull/3198
|
||||||
|
|
Loading…
Reference in a new issue