Update peertube to 3.0.1

This commit is contained in:
Girish Ramakrishnan 2021-01-12 11:17:38 -08:00
parent 7e65810598
commit f40099dd36

View file

@ -14,7 +14,7 @@ RUN apt-get -y update && \
RUN curl -sL https://github.com/mikefarah/yq/releases/download/3.2.1/yq_linux_amd64 -o /usr/bin/yq && \
chmod +x /usr/bin/yq
ARG VERSION=3.0.0
ARG VERSION=3.0.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