mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-21 17:11:09 +00:00
Bump version for 4.1.0
This commit is contained in:
parent
a84f9a3011
commit
1c667c94bb
4 changed files with 7 additions and 3 deletions
|
@ -125,3 +125,7 @@
|
|||
[2.5.1]
|
||||
* Update base image to 3.2.0
|
||||
|
||||
[2.5.2]
|
||||
* Update PeerTube to 4.1.0
|
||||
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v4.1.0)
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "2.5.1",
|
||||
"version": "2.5.2",
|
||||
"id": "org.joinpeertube.cloudronapp",
|
||||
"title": "PeerTube",
|
||||
"author": "PeerTube developers",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages PeerTube <upstream>4.0.0</upstream>
|
||||
This app packages PeerTube <upstream>4.1.0</upstream>
|
||||
|
||||
## About
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ WORKDIR /app/code/server
|
|||
RUN add-apt-repository -y ppa:savoury1/ffmpeg4 && \
|
||||
apt install -y ffmpeg
|
||||
|
||||
ARG VERSION=4.0.0
|
||||
ARG VERSION=4.1.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
|
||||
|
|
Loading…
Reference in a new issue