diff --git a/CloudronManifest.json b/CloudronManifest.json index 029859b..17a3749 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -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", diff --git a/Dockerfile b/Dockerfile index fbd5bed..5b23cb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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