diff --git a/mpd/Dockerfile b/mpd/Dockerfile index 35e4966..9911fa2 100644 --- a/mpd/Dockerfile +++ b/mpd/Dockerfile @@ -2,9 +2,9 @@ ARG BUILD_FROM FROM $BUILD_FROM RUN apk add --no-cache \ - mpc=0.33-r2 \ - mpd=0.22.3-r0 \ - ympd=1.3.0-r9 + mpc=0.35-r0 \ + mpd=0.23.15-r2 \ + ympd=1.3.0-r12 ENTRYPOINT [ "/init" ] CMD [] diff --git a/mpd/build.yaml b/mpd/build.yaml index fdbcea6..655e6c6 100644 --- a/mpd/build.yaml +++ b/mpd/build.yaml @@ -1,6 +1,6 @@ build_from: - armhf: ghcr.io/home-assistant/armhf-base:3.13 - armv7: ghcr.io/home-assistant/armv7-base:3.13 - aarch64: ghcr.io/home-assistant/aarch64-base:3.13 - amd64: ghcr.io/home-assistant/amd64-base:3.13 - i386: ghcr.io/home-assistant/i386-base:3.13 + 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