From f97551091d6f8a89577244a146034fcb5d3fd10d Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 18 Jan 2024 10:58:23 +0100 Subject: [PATCH] Update Peertube to 6.0.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a02eb7..7501bdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /app/code/server RUN apt update && apt install -y prosody && rm -rf /var/cache/apt /var/lib/apt/lists -ARG VERSION=6.0.2 +ARG VERSION=6.0.3 # 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 - && \