Bump version for 4.1.0

This commit is contained in:
Johannes Zellner 2022-02-23 13:34:19 +01:00
parent a84f9a3011
commit 1c667c94bb
4 changed files with 7 additions and 3 deletions

View file

@ -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)

View file

@ -1,5 +1,5 @@
{
"version": "2.5.1",
"version": "2.5.2",
"id": "org.joinpeertube.cloudronapp",
"title": "PeerTube",
"author": "PeerTube developers",

View file

@ -1,4 +1,4 @@
This app packages PeerTube <upstream>4.0.0</upstream>
This app packages PeerTube <upstream>4.1.0</upstream>
## About

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.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