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).