From f2c9091d0798a32ef1e2962740e946970a88f6d0 Mon Sep 17 00:00:00 2001 From: "gabe565-renovate[bot]" <156644344+gabe565-renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 04:21:55 +0000 Subject: [PATCH] chore(deps): update dependency wdaan/vuetorrent to v2.13.0 --- .github/workflows/build.yml | 2 +- Dockerfile | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5ffb75..b908d23 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: push env: VUETORRENT_REPO: WDaan/VueTorrent - VUETORRENT_REF: v2.12.0 + VUETORRENT_REF: v2.13.0 jobs: build: diff --git a/Dockerfile b/Dockerfile index 0abfe33..265f331 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM alpine:3.20 as src WORKDIR /app ARG VUETORRENT_REPO=WDaan/VueTorrent -ARG VUETORRENT_REF=v2.12.0 +ARG VUETORRENT_REF=v2.13.0 RUN < -[![Version](https://img.shields.io/badge/Version-v2.12.0-informational?style=flat)](https://github.com/gabe565/linuxserver-mod-vuetorrent/pkgs/container/linuxserver-mod-vuetorrent) +[![Version](https://img.shields.io/badge/Version-v2.13.0-informational?style=flat)](https://github.com/gabe565/linuxserver-mod-vuetorrent/pkgs/container/linuxserver-mod-vuetorrent) [![Build](https://github.com/gabe565/linuxserver-mod-vuetorrent/actions/workflows/build.yml/badge.svg)](https://github.com/gabe565/linuxserver-mod-vuetorrent/actions/workflows/build.yml) Docker mod that installs [VueTorrent](https://github.com/WDaan/VueTorrent) to the [LinuxServer.io qBittorrent images](https://github.com/linuxserver/docker-qbittorrent).