Skip to content

Commit 1263ef8

Browse files
authored
Merge pull request #13 from Poeschl-HomeAssistant-Addons/containerfile-dependency/mpd
⬆️ Update mpd to version 0.24.5-r0
2 parents 40bf601 + 37a7186 commit 1263ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM $BUILD_FROM
33

44
RUN apk add --no-cache \
55
mpc=0.35-r0 \
6-
mpd=0.24.4-r1 \
6+
mpd=0.24.5-r0 \
77
ympd=1.3.0-r12
88

99
ENTRYPOINT [ "/init" ]

0 commit comments

Comments
 (0)