forked from cloudron-apps/peertube-app
Update peertube to 2.4.0
This commit is contained in:
parent
eff50e6df3
commit
0ed9531bd4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ RUN apt-get -y update && apt -y install ffmpeg && rm -rf /var/cache/apt /var/lib
|
|||
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=2.3.0
|
||||
ARG VERSION=2.4.0
|
||||
|
||||
# install peertube
|
||||
RUN curl -sL https://github.com/Chocobozzz/PeerTube/releases/download/v${VERSION}/peertube-v${VERSION}.tar.xz | tar --strip-components 1 -Jxvf -
|
||||
|
|
Loading…
Reference in a new issue