MAINTAINER is deprecated

This commit is contained in:
Shao Yu Lung
2018-03-16 21:09:15 +08:00
parent 436e9e5a66
commit 349be8b30e
19 changed files with 20 additions and 20 deletions

View File

@ -6,7 +6,7 @@
FROM php:7.0-alpine
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
RUN apk --update add wget \
curl \

View File

@ -6,7 +6,7 @@
FROM php:7.1-alpine
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
RUN apk --update add wget \
curl \

View File

@ -6,7 +6,7 @@
FROM php:7.2-alpine
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
RUN apk --update add wget \
curl \