Skip to content

Commit d7cf0c7

Browse files
committed
MAINTAINER is deprecated, using LABEL now
1 parent 7272314 commit d7cf0c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Smallest base image
44
FROM alpine:latest
55

6-
MAINTAINER Kyle Manna <[email protected]>
6+
LABEL maintainer="Kyle Manna <[email protected]>"
77

88
# Testing: pamtester
99
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Smallest base image
44
FROM aarch64/alpine:3.5
55

6-
MAINTAINER Kyle Manna <[email protected]>
6+
LABEL maintainer="Kyle Manna <[email protected]>"
77

88
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories && \
99
echo "http://dl-4.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \

0 commit comments

Comments
 (0)