Skip to content

Commit

Permalink
Upgrade Transmission from 4.0.4 to 4.0.5.
Browse files Browse the repository at this point in the history
Also upgrade base image to Alpine 3.20
  • Loading branch information
maor authored and maorcc committed Aug 21, 2024
1 parent c449ba5 commit d3d4908
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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.4-r0
transmission-daemon~=4.0.5-r2

COPY run.sh /
RUN chmod a+x /run.sh
Expand Down
6 changes: 6 additions & 0 deletions transmission/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +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"
2 changes: 1 addition & 1 deletion transmission/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Transmission"
homeassistant: "2023.11.3"
description: "Transmission is a popular, fast, open-sourced BitTorrent client with an easy to use web UI."
url: "https://github.com/maorcc/hassio-addon-transmission/tree/main/transmission"
version: "1.2.5"
version: "1.2.7"
slug: "transmission"
init: false
arch:
Expand Down

0 comments on commit d3d4908

Please sign in to comment.