mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2025-02-10 08:12:51 +00:00
chore(deps): update dependency chocobozzz/peertube to v7.0.1
| datasource | package | from | to | | --------------- | ------------------- | ----- | ----- | | github-releases | Chocobozzz/PeerTube | 7.0.0 | 7.0.1 |
This commit is contained in:
parent
330a24c0ed
commit
827d9caedc
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": "4.0.1",
|
||||
"upstreamVersion": "7.0.0",
|
||||
"upstreamVersion": "7.0.1",
|
||||
"id": "org.joinpeertube.cloudronapp",
|
||||
"title": "PeerTube",
|
||||
"author": "PeerTube developers",
|
||||
|
|
|
@ -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=7.0.0
|
||||
ARG PEERTUBE_VERSION=7.0.1
|
||||
|
||||
# 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