Skip to content

Commit

Permalink
Upgrade Transmission to 4.0.6-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
maorcc authored Dec 13, 2024
1 parent 2a275d6 commit f8bed60
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions transmission/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion transmission/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions transmission/build.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit f8bed60

Please sign in to comment.