Skip to content

Commit

Permalink
Merge pull request #133 from mondediefr/update
Browse files Browse the repository at this point in the history
update(): ruTorrent + unrar
  • Loading branch information
Rathorian authored Nov 28, 2024
2 parents 67b68d0 + 8a6f69c commit bf56a00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG MKTORRENT_VERSION=v1.1
ARG UNRAR_VER=7.0.9
ARG UNRAR_VER=7.1.1

# Create src image to retreive source files
FROM alpine:3.20 AS src
Expand Down Expand Up @@ -50,7 +50,7 @@ LABEL description="rutorrent based on alpinelinux" \

ARG FILEBOT=false
ARG FILEBOT_VER=5.1.6
ARG RUTORRENT_VER=5.1-beta3
ARG RUTORRENT_VER=5.1.0

ENV UID=991 \
GID=991 \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
| -------- | ----------- | ---- | ------------- |
| **FILEBOT** | Build with filebot | *optional* | false
| **FILEBOT_VER** | Filebot version | *optional* | 5.1.6
| **RUTORRENT_VER** | ruTorrent version | *optional* | 5.1-beta3
| **RUTORRENT_VER** | ruTorrent version | *optional* | 5.1.0

### build

Expand Down

0 comments on commit bf56a00

Please sign in to comment.