Update to alpine 12 and transmission 3

This commit is contained in:
Bernd Schoolmann
2020-06-02 07:27:58 +02:00
committed by Ryan Kuba
parent 81262d1a40
commit 6e7ae5c615
3 changed files with 6 additions and 6 deletions

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -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 \