Skip to content

Commit b63026e

Browse files
authored
Merge pull request #1 from Poeschl-HomeAssistant-Addons/mpd-update
⬆️ Update to alpine 3.20 and mpd 0.23.15
2 parents c1d62c7 + 276217f commit b63026e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

mpd/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ ARG BUILD_FROM
22
FROM $BUILD_FROM
33

44
RUN apk add --no-cache \
5-
mpc=0.33-r2 \
6-
mpd=0.22.3-r0 \
7-
ympd=1.3.0-r9
5+
mpc=0.35-r0 \
6+
mpd=0.23.15-r2 \
7+
ympd=1.3.0-r12
88

99
ENTRYPOINT [ "/init" ]
1010
CMD []

mpd/build.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
build_from:
2-
armhf: ghcr.io/home-assistant/armhf-base:3.13
3-
armv7: ghcr.io/home-assistant/armv7-base:3.13
4-
aarch64: ghcr.io/home-assistant/aarch64-base:3.13
5-
amd64: ghcr.io/home-assistant/amd64-base:3.13
6-
i386: ghcr.io/home-assistant/i386-base:3.13
2+
armhf: ghcr.io/home-assistant/armhf-base:3.20
3+
armv7: ghcr.io/home-assistant/armv7-base:3.20
4+
aarch64: ghcr.io/home-assistant/aarch64-base:3.20
5+
amd64: ghcr.io/home-assistant/amd64-base:3.20
6+
i386: ghcr.io/home-assistant/i386-base:3.20

0 commit comments

Comments
 (0)