File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ ARG BUILD_FROM
2
2
FROM $BUILD_FROM
3
3
4
4
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
8
8
9
9
ENTRYPOINT [ "/init" ]
10
10
CMD []
Original file line number Diff line number Diff line change 1
1
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
You can’t perform that action at this time.
0 commit comments