myMPD:20.1.0

This commit is contained in:
John
2025-03-16 20:11:48 +08:00
parent 17dd87e40f
commit 470543ce6e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3.21 AS mympd FROM alpine:3.21 AS mympd
ARG MYMPD_VER=20.0.0 ARG MYMPD_VER=20.1.0
WORKDIR /myMPD WORKDIR /myMPD
RUN wget -O /tmp/mympd.tar.gz https://github.com/jcorporation/myMPD/archive/refs/tags/v${MYMPD_VER}.tar.gz RUN wget -O /tmp/mympd.tar.gz https://github.com/jcorporation/myMPD/archive/refs/tags/v${MYMPD_VER}.tar.gz

View File

@ -16,7 +16,7 @@
|名称|版本|说明| |名称|版本|说明|
|:-|:-|:-| |:-|:-|:-|
|mpd|0.24|amd64;arm64v8;arm32v7,集成蓝牙(bluetooth)。| |mpd|0.24|amd64;arm64v8;arm32v7,集成蓝牙(bluetooth)。|
|myMPD|20.0.0|mpd的web管理界面| |myMPD|20.1.0|mpd的web管理界面|
#### 注意: #### 注意: