From 827d9caedc992017a09f1393636d6f55b46aaad9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 Jan 2025 12:01:48 +0000 Subject: [PATCH] chore(deps): update dependency chocobozzz/peertube to v7.0.1 | datasource | package | from | to | | --------------- | ------------------- | ----- | ----- | | github-releases | Chocobozzz/PeerTube | 7.0.0 | 7.0.1 | --- CloudronManifest.json | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index 6531aeb..4560f17 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -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", diff --git a/Dockerfile b/Dockerfile index 71f9792..c8652e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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(?.+)$ -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 - && \