From f4a918fc818b6c4a922d9d4efe92891fa550f548 Mon Sep 17 00:00:00 2001 From: "gabe565-renovate[bot]" <156644344+gabe565-renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 00:31:35 +0000 Subject: [PATCH] chore(deps): update dependency wdaan/vuetorrent to v2.13.3 --- .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 a6ab266..eaeeed5 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.13.1 + VUETORRENT_REF: v2.13.3 jobs: build: diff --git a/Dockerfile b/Dockerfile index 9991035..6ada14a 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.13.1 +ARG VUETORRENT_REF=v2.13.3 RUN < -[![Version](https://img.shields.io/badge/Version-v2.13.1-informational?style=flat)](https://github.com/gabe565/linuxserver-mod-vuetorrent/pkgs/container/linuxserver-mod-vuetorrent) +[![Version](https://img.shields.io/badge/Version-v2.13.3-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).