update peertube to 4.2.0

This commit is contained in:
Girish Ramakrishnan 2022-06-07 09:53:46 -07:00
parent 2136835456
commit 5b6c702868

View file

@ -10,7 +10,7 @@ RUN apt update && \
apt install -y ffmpeg prosody && \
rm -rf /var/cache/apt /var/lib/apt/lists
ARG VERSION=4.1.1
ARG VERSION=4.2.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