Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Update Repo with patch that resolved Issue #157 (qBittorrent 4.5.0 compatibility)
jerrymakesjelly/autoremove-torrents#157
  • Loading branch information
Jarsky committed Dec 21, 2022
1 parent 2c01ac2 commit f31dc3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.8.5-slim

ARG GIT_REPO='https://github.com/jerrymakesjelly/autoremove-torrents.git'
ARG BRANCH='master'
ARG GIT_REPO='https://github.com/Jorman/autoremove-torrents.git'
ARG BRANCH='patch-1'

WORKDIR /app

Expand Down

0 comments on commit f31dc3e

Please sign in to comment.