Remove email from maintainer label in Dockerfile

This commit is contained in:
Luis Miguel Vicente Fuentes 2020-09-12 14:18:33 +02:00
parent 9ea25cf3fc
commit 1617a78e7e
No known key found for this signature in database
GPG Key ID: 99473EBE0EC03195

View File

@ -1,6 +1,6 @@
FROM alpine:3.8
LABEL maintainer="Luis Miguel Vicente Fuentes <kijart@gmail.com>"
LABEL maintainer="Luis Miguel Vicente Fuentes"
# monit environment variables
ENV MONIT_VERSION=5.27.0 \