1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00

Replace deprecated MAINTAINER directive

This commit is contained in:
Rob Mills 2021-01-19 15:14:53 -05:00
parent 718e826c0f
commit ef2cb5d495

View File

@ -3,7 +3,7 @@
#
FROM alpine:3
MAINTAINER EasyPi Software Foundation
LABEL maintainer="EasyPi Software Foundation"
RUN set -xe \
&& apk add --no-cache ca-certificates \