Update to 6.1.0

This commit is contained in:
Johannes Zellner 2024-04-29 11:23:01 +02:00
parent 942b937a8f
commit 252cee6e1c

View file

@ -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.4
ARG VERSION=6.1.0
# 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 - && \