mirror of
https://github.com/linuxserver/docker-transmission.git
synced 2025-10-29 16:06:06 +01:00
Update to alpine 12 and transmission 3
This commit is contained in:
committed by
Ryan Kuba
parent
81262d1a40
commit
6e7ae5c615
@@ -1,4 +1,4 @@
|
||||
FROM lsiobase/alpine:3.11
|
||||
FROM lsiobase/alpine:3.12
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
@@ -14,7 +14,7 @@ RUN \
|
||||
jq \
|
||||
openssl \
|
||||
p7zip \
|
||||
python \
|
||||
python3 \
|
||||
rsync \
|
||||
tar \
|
||||
transmission-cli \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM lsiobase/alpine:arm64v8-3.11
|
||||
FROM lsiobase/alpine:arm64v8-3.12
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
@@ -14,7 +14,7 @@ RUN \
|
||||
jq \
|
||||
openssl \
|
||||
p7zip \
|
||||
python \
|
||||
python3 \
|
||||
rsync \
|
||||
tar \
|
||||
transmission-cli \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM lsiobase/alpine:arm32v7-3.11
|
||||
FROM lsiobase/alpine:arm32v7-3.12
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
@@ -14,7 +14,7 @@ RUN \
|
||||
jq \
|
||||
openssl \
|
||||
p7zip \
|
||||
python \
|
||||
python3 \
|
||||
rsync \
|
||||
tar \
|
||||
transmission-cli \
|
||||
|
||||
Reference in New Issue
Block a user