Skip to content

Commit d42e670

Browse files
committed
MAINTAINER is deprecated, using LABEL now
1 parent 0c03c90 commit d42e670

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,5 +1,5 @@
11
FROM alpine:latest
2-
MAINTAINER Jason Wilder <[email protected]>
2+
LABEL maintainer="Jason Wilder <[email protected]>"
33

44
RUN apk -U add openssl
55

0 commit comments

Comments
 (0)