1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-01 03:01:29 +00:00

update mpd

This commit is contained in:
kev 2021-12-02 10:59:46 +08:00
parent a92c41bcde
commit c3c53db744
2 changed files with 2 additions and 2 deletions

@ -2,7 +2,7 @@
# Dockerfile for mpd # Dockerfile for mpd
# #
FROM alpine:3.12 FROM alpine:3
MAINTAINER EasyPi Software Foundation MAINTAINER EasyPi Software Foundation
RUN set -xe \ RUN set -xe \

@ -2,7 +2,7 @@
# Dockerfile for mpd-arm # Dockerfile for mpd-arm
# #
FROM arm32v7/alpine:3.12 FROM alpine:3
MAINTAINER EasyPi Software Foundation MAINTAINER EasyPi Software Foundation
RUN set -xe \ RUN set -xe \