Update peertube to 5.0.1

This commit is contained in:
Girish Ramakrishnan 2023-01-05 11:24:15 +01:00
parent 8225196f43
commit 9ab0ca8cf5

View file

@ -11,7 +11,7 @@ ENV PATH /usr/local/node-${NODEJS_VERSION}/bin:$PATH
RUN apt update && apt install -y prosody && rm -rf /var/cache/apt /var/lib/apt/lists RUN apt update && apt install -y prosody && rm -rf /var/cache/apt /var/lib/apt/lists
ARG VERSION=5.0.0 ARG VERSION=5.0.1
# install peertube. the chown is required for some reason for ffmpeg. it fails with EROFS without it when transcoding # install peertube. the chown is required for some reason for ffmpeg. it fails with EROFS without it when transcoding
RUN curl -sL https://github.com/Chocobozzz/PeerTube/releases/download/v${VERSION}/peertube-v${VERSION}.tar.xz | tar --strip-components 1 -Jxvf - && \ RUN curl -sL https://github.com/Chocobozzz/PeerTube/releases/download/v${VERSION}/peertube-v${VERSION}.tar.xz | tar --strip-components 1 -Jxvf - && \