Skip to content

Commit 636e130

Browse files
authored
Merge pull request #259 from cglewis/master
MAINTAINER is deprecated, using LABEL now
2 parents 0c03c90 + d42e670 commit 636e130

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)