Skip to content

Commit

Permalink
Merge pull request #1 from Poeschl-HomeAssistant-Addons/fix-install-url
Browse files Browse the repository at this point in the history
⬆️ Update to alpine 3.20 and ympd 1.3.0-r12
  • Loading branch information
Poeschl authored Sep 28, 2024
2 parents a307ea0 + cfb887a commit 3ec6c7a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
[repository-url]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A//github.com/Poeschl-HomeAssistant-Addons/repository

[install-badge]: https://img.shields.io/badge/Install%20on-Home%20Assistant-41BDF5?logo=home-assistant&style=for-the-badge
[install-url]: https://my.home-assistant.io/redirect/supervisor_addon?addon=68413af6_mpd
[install-url]: https://my.home-assistant.io/redirect/supervisor_addon?addon=68413af6_ympd

[donation-badge]: https://img.shields.io/badge/Buy%20me%20a%20coffee-%23d32f2f?logo=buy-me-a-coffee&style=for-the-badge&logoColor=white
[donation-url]: https://www.buymeacoffee.com/Poeschl
Expand Down
2 changes: 1 addition & 1 deletion ympd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BUILD_FROM
FROM $BUILD_FROM

RUN apk add --no-cache ympd=1.3.0-r10
RUN apk add --no-cache ympd=1.3.0-r12

ENTRYPOINT [ "/init" ]
CMD []
Expand Down
10 changes: 5 additions & 5 deletions ympd/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build_from:
armhf: ghcr.io/home-assistant/armhf-base:3.16
armv7: ghcr.io/home-assistant/armv7-base:3.16
aarch64: ghcr.io/home-assistant/aarch64-base:3.16
amd64: ghcr.io/home-assistant/amd64-base:3.16
i386: ghcr.io/home-assistant/i386-base:3.16
armhf: ghcr.io/home-assistant/armhf-base:3.20
armv7: ghcr.io/home-assistant/armv7-base:3.20
aarch64: ghcr.io/home-assistant/aarch64-base:3.20
amd64: ghcr.io/home-assistant/amd64-base:3.20
i386: ghcr.io/home-assistant/i386-base:3.20

0 comments on commit 3ec6c7a

Please sign in to comment.