From f8bed60c785032ebf70e94b3df3b85be53086bb1 Mon Sep 17 00:00:00 2001 From: Maor Date: Sat, 14 Dec 2024 00:25:08 +0200 Subject: [PATCH] Upgrade Transmission to 4.0.6-r0 --- transmission/DOCS.md | 2 ++ transmission/Dockerfile | 2 +- transmission/build.yaml | 10 +++++----- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/transmission/DOCS.md b/transmission/DOCS.md index cb8a264..84d2819 100644 --- a/transmission/DOCS.md +++ b/transmission/DOCS.md @@ -67,6 +67,8 @@ You have several options to get them answered: In case you've found a bug, please [open an issue on our GitHub][issue]. +To check what is the latest version of Transmission that can be supported by this addon, check what is the latest [Alpine version that is supported by Home Assistant Docker-Base](https://github.com/home-assistant/docker-base/pkgs/container/aarch64-base#base-images), then check in [alpinelinux.org](https://pkgs.alpinelinux.org/packages?name=transmission&branch=edge&repo=&arch=x86_64&origin=&flagged=&maintainer=) what version of Transmission is supported by that Alpine. + [discord]: https://discord.gg/9H9uwXXEhJ [forum]: https://community.home-assistant.io [issue]: https://github.com/maorcc/hassio-addon-transmission/issues diff --git a/transmission/Dockerfile b/transmission/Dockerfile index 827e7f3..5936295 100644 --- a/transmission/Dockerfile +++ b/transmission/Dockerfile @@ -2,7 +2,7 @@ ARG BUILD_FROM FROM $BUILD_FROM RUN apk add --no-cache \ - transmission-daemon~=4.0.5-r2 + transmission-daemon~=4.0.6-r0 COPY run.sh / RUN chmod a+x /run.sh diff --git a/transmission/build.yaml b/transmission/build.yaml index 1600a39..f83e276 100644 --- a/transmission/build.yaml +++ b/transmission/build.yaml @@ -1,6 +1,6 @@ build_from: - aarch64: "ghcr.io/home-assistant/aarch64-base:3.20" - armv7: "ghcr.io/home-assistant/armv7-base:3.20" - armhf: "ghcr.io/home-assistant/armhf-base:3.20" - amd64: "ghcr.io/home-assistant/amd64-base:3.20" - i386: "ghcr.io/home-assistant/i386-base:3.20" + aarch64: "ghcr.io/home-assistant/aarch64-base:3.21" + armv7: "ghcr.io/home-assistant/armv7-base:3.21" + armhf: "ghcr.io/home-assistant/armhf-base:3.21" + amd64: "ghcr.io/home-assistant/amd64-base:3.21" + i386: "ghcr.io/home-assistant/i386-base:3.21"