Skip to content

Commit e02f3d8

Browse files
committed
Use LABEL instead of MAINTAINER (deprecated)
1 parent 9a6ab27 commit e02f3d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ubuntu1404/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
FROM ubuntu:14.04
19-
MAINTAINER Khosrow Moossavi <me@khosrow.io>
19+
LABEL maintainer="Khosrow Moossavi <me@khosrow.io> (@khos2ow)"
2020

2121
RUN apt-get update -y && \
2222
apt-get install -y --no-install-recommends software-properties-common && \

ubuntu1604/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
FROM ubuntu:16.04
19-
MAINTAINER Khosrow Moossavi <me@khosrow.io>
19+
LABEL maintainer="Khosrow Moossavi <me@khosrow.io> (@khos2ow)"
2020

2121
RUN apt-get update -y && \
2222
apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)