From 276217f71b7c3043f3ae8b303724dd967b3db9e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20P=C3=B6schl?= Date: Wed, 2 Oct 2024 23:09:51 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20to=20alpine=203.2?= =?UTF-8?q?0=20and=20mpd=200.23.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mpd/Dockerfile | 6 +++--- mpd/build.yaml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) 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