Skip to content

Commit 14cf086

Browse files
authored
feat(deluge): update to v2.2.0 (#412)
Signed-off-by: Devin Buhl <[email protected]>
1 parent 0244d64 commit 14cf086

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

apps/deluge/Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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
&& \

apps/deluge/docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ target "docker-metadata-action" {}
22

33
variable "VERSION" {
44
// renovate: datasource=repology depName=alpine_edge/deluge
5-
default = "2.1.1-r10"
5+
default = "2.2.0-r0"
66
}
77

88
variable "SOURCE" {

0 commit comments

Comments
 (0)