Skip to content

Commit 406c381

Browse files
author
Ric Harvey
authored
Merge pull request richarvey#181 from cringer/fix-maintainer
Changed MAINTAINER (depreciated) to LABEL
2 parents 49912ce + e94a337 commit 406c381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:7.1.10-fpm-alpine
22

3-
MAINTAINER Ric Harvey <ric@ngd.io>
3+
LABEL maintainer="Ric Harvey <ric@ngd.io>"
44

55
ENV php_conf /usr/local/etc/php-fpm.conf
66
ENV fpm_conf /usr/local/etc/php-fpm.d/www.conf

0 commit comments

Comments
 (0)