From a94cbf9bceab5a3bd8dba08bfa2f85b5b032dfc1 Mon Sep 17 00:00:00 2001 From: "gabe565-renovate[bot]" <156644344+gabe565-renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:20:47 +0000 Subject: [PATCH] chore(deps): update dependency wdaan/vuetorrent to v2.16.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 21e5985..49b549e 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.15.0 + VUETORRENT_REF: v2.16.0 jobs: build: diff --git a/Dockerfile b/Dockerfile index c085df6..d089c64 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.15.0 +ARG VUETORRENT_REF=v2.16.0 RUN < -[![Version](https://img.shields.io/badge/Version-v2.15.0-informational?style=flat)](https://github.com/gabe565/linuxserver-mod-vuetorrent/pkgs/container/linuxserver-mod-vuetorrent) +[![Version](https://img.shields.io/badge/Version-v2.16.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).