Skip to content

Commit e341af3

Browse files
committed
Replace deprecated instruction
1 parent fcdcd57 commit e341af3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Dockerfile-56

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
FROM php:5.6-fpm
88

9-
MAINTAINER Mahmoud Zalt <[email protected]>
9+
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1010

1111
#
1212
#--------------------------------------------------------------------------

Dockerfile-70

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
FROM php:7.0-fpm
88

9-
MAINTAINER Mahmoud Zalt <[email protected]>
9+
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1010

1111
#
1212
#--------------------------------------------------------------------------

Dockerfile-71

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
FROM php:7.1-fpm
88

9-
MAINTAINER Mahmoud Zalt <[email protected]>
9+
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1010

1111
#
1212
#--------------------------------------------------------------------------

Dockerfile-72

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
FROM php:7.2-fpm
88

9-
MAINTAINER Mahmoud Zalt <[email protected]>
9+
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1010

1111
#
1212
#--------------------------------------------------------------------------

Dockerfile-73

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
FROM php:7.3-fpm
88

9-
MAINTAINER Mahmoud Zalt <[email protected]>
9+
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1010

1111
#
1212
#--------------------------------------------------------------------------

0 commit comments

Comments
 (0)