diff --git a/README.md b/README.md index 431d519..633cbff 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/ympd/Dockerfile b/ympd/Dockerfile index b7ba6d3..0b97925 100644 --- a/ympd/Dockerfile +++ b/ympd/Dockerfile @@ -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 [] diff --git a/ympd/build.yaml b/ympd/build.yaml index 05f1b7d..655e6c6 100644 --- a/ympd/build.yaml +++ b/ympd/build.yaml @@ -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