Skip to content

Commit

Permalink
Merge pull request #141 from mondediefr/update
Browse files Browse the repository at this point in the history
update(): alpine + ruTorrent
  • Loading branch information
Rathorian authored Dec 8, 2024
2 parents d8c057a + 79885db commit 4bebef4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG MKTORRENT_VERSION=v1.1
ARG DUMP_TORRENT_VERSION=302ac444a20442edb4aeabef65b264a85ab88ce9

# Create src image to retreive source files
FROM alpine:3.20 AS src
FROM alpine:3.21 AS src
RUN apk --update --no-cache add curl git tar sed tree xz
WORKDIR /src

Expand All @@ -20,7 +20,7 @@ RUN git fetch origin "${DUMP_TORRENT_VERSION}" && git checkout -q FETCH_HEAD
RUN sed -i '1i #include <sys/time.h>' scrapec.c
RUN rm -rf .git*

FROM alpine:3.20 AS builder
FROM alpine:3.21 AS builder

ENV DIST_PATH="/dist"

Expand Down Expand Up @@ -56,14 +56,14 @@ RUN make dumptorrent -j$(nproc)
RUN cp dumptorrent ${DIST_PATH}/usr/local/bin
RUN tree ${DIST_PATH}

FROM alpine:3.20
FROM alpine:3.21

LABEL description="rutorrent based on alpinelinux" \
maintainer="magicalex <[email protected]>"

ARG FILEBOT=false
ARG FILEBOT_VER=5.1.6
ARG RUTORRENT_VER=5.1.1
ARG RUTORRENT_VER=5.1.2

ENV UID=991 \
GID=991 \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## Features

- Platform image: `linux/amd64`, `linux/arm64`
- Based on Alpine Linux 3.20
- Based on Alpine Linux 3.21
- php 8.2
- Provides by default a solid configuration
- No root process
Expand All @@ -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.1
| **RUTORRENT_VER** | ruTorrent version | *optional* | 5.1.2

### build

Expand Down

0 comments on commit 4bebef4

Please sign in to comment.