Skip to content

Commit

Permalink
Merge pull request #1 from Poeschl-HomeAssistant-Addons/mpd-update
Browse files Browse the repository at this point in the history
⬆️ Update to alpine 3.20 and mpd 0.23.15
  • Loading branch information
Poeschl authored Oct 2, 2024
2 parents c1d62c7 + 276217f commit b63026e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions mpd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
Expand Down
10 changes: 5 additions & 5 deletions mpd/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.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

0 comments on commit b63026e

Please sign in to comment.