Skip to content

Commit

Permalink
Use LABEL instead of MAINTAINER (envygeeks#162)
Browse files Browse the repository at this point in the history
Per docker docs MAINTAINER appears to be deprecated in favor of a more general LABEL command: https://docs.docker.com/engine/reference/builder/#maintainer-deprecated
  • Loading branch information
gmile authored and envygeeks committed Jun 17, 2017
1 parent befd28b commit 80339b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/jekyll/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM envygeeks/alpine
MAINTAINER Jekyll Core <[email protected]>
LABEL maintainer "Jekyll Core <[email protected]>"
COPY copy/ /
ENV LANGUAGE=en_US
ENV LANG=en_US.UTF-8
Expand Down

0 comments on commit 80339b3

Please sign in to comment.