File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,15 @@ RUN \
2020 jq \
2121 nano \
2222 p7zip \
23+ py3-future \
24+ py3-requests \
2325 tzdata \
2426 && \
25- apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing \
27+ apk add --no-cache --repository=" https://dl-cdn.alpinelinux.org/alpine/edge/community" \
2628 deluge=="${VERSION}" \
27- py3-future \
29+ && \
30+ apk add --no-cache --repository="https://dl-cdn.alpinelinux.org/alpine/edge/testing" \
2831 py3-geoip \
29- py3-requests \
3032 && \
3133 mkdir -p /usr/share/GeoIP \
3234 && \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ target "docker-metadata-action" {}
22
33variable "VERSION" {
44 // renovate: datasource=repology depName=alpine_edge/deluge
5- default = " 2.1.1-r10 "
5+ default = " 2.2.0-r0 "
66}
77
88variable "SOURCE" {
You can’t perform that action at this time.
0 commit comments