mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2025-03-29 06:35:29 +00:00
chore(deps): update dependency chocobozzz/peertube to v6.3.2
This commit is contained in:
parent
8d84919789
commit
9971b408f3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/node-${NODE_VERSION} && curl -L https://nodejs.org/dist/
|
|||
ENV PATH /usr/local/node-${NODE_VERSION}/bin:$PATH
|
||||
|
||||
# renovate: datasource=github-releases depName=Chocobozzz/PeerTube versioning=semver extractVersion=^v(?<version>.+)$
|
||||
ARG PEERTUBE_VERSION=6.3.1
|
||||
ARG PEERTUBE_VERSION=6.3.2
|
||||
|
||||
# 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${PEERTUBE_VERSION}/peertube-v${PEERTUBE_VERSION}.tar.xz | tar --strip-components 1 -Jxvf - && \
|
||||
|
|
Loading…
Reference in a new issue