mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-10 19:21:52 +00:00
Update to 6.3.0
This commit is contained in:
parent
9b5bcc61c6
commit
6edd1cf5c2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ ARG NODE_VERSION=20.15.1
|
|||
RUN mkdir -p /usr/local/node-${NODE_VERSION} && curl -L https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz | tar zxf - --strip-components 1 -C /usr/local/node-${NODE_VERSION}
|
||||
ENV PATH /usr/local/node-${NODE_VERSION}/bin:$PATH
|
||||
|
||||
ARG VERSION=6.2.1
|
||||
ARG VERSION=6.3.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 - && \
|
||||
|
|
Loading…
Reference in a new issue