Skip to content

Commit 4063274

Browse files
committed
Pin rencode to slightly older version
1 parent ed08c9e commit 4063274

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN \
3838
setuptools \
3939
wheel && \
4040
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
41-
rencode==1.0.7 && \
41+
rencode==1.0.6 && \
4242
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
4343
deluge[all]==${DELUGE_VERSION} \
4444
pygeoip && \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN \
3838
setuptools \
3939
wheel && \
4040
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
41-
rencode==1.0.7 && \
41+
rencode==1.0.6 && \
4242
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
4343
deluge[all]==${DELUGE_VERSION} \
4444
pygeoip && \

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
315315

316316
## Versions
317317

318-
* **23.08.25:** - Update GeoIP provider, add weekly cronjob to update.
319-
* **09.07.25:** - Rebase to Alpine 3.22.
318+
* **28.12.25:** - Rebase to Alpine 3.23, update GeoIP provider, add weekly cronjob to update.
320319
* **12.01.25:** - Rebase to Alpine 3.21.
321320
* **19.09.24:** - Prevent race condition related delay during container stop.
322321
* **26.08.24:** - Add libtorrentv1 tag.

readme-vars.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ init_diagram: |
9595
"deluge:libtorrentv1" <- Base Images
9696
# changelog
9797
changelogs:
98-
- {date: "23.08.25:", desc: "Update GeoIP provider, add weekly cronjob to update."}
99-
- {date: "09.07.25:", desc: "Rebase to Alpine 3.22."}
98+
- {date: "28.12.25:", desc: "Rebase to Alpine 3.23, update GeoIP provider, add weekly cronjob to update."}
10099
- {date: "12.01.25:", desc: "Rebase to Alpine 3.21."}
101100
- {date: "19.09.24:", desc: "Prevent race condition related delay during container stop."}
102101
- {date: "26.08.24:", desc: "Add libtorrentv1 tag."}

0 commit comments

Comments
 (0)