From 90c7834d38542e7749faac869de9c96187f42795 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 4 Apr 2024 15:20:03 +0200 Subject: [PATCH] Update to 6.0.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7501bdb..f5483da 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.3 +ARG VERSION=6.0.4 # 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 - && \