Skip to content

Commit

Permalink
Merge pull request #758 from ljmf00/fix-docker
Browse files Browse the repository at this point in the history
docker: use LABEL instead of deprecated MAINTAINER instruction
  • Loading branch information
wilzbach committed Oct 21, 2020
2 parents 520c52c + b0e90d2 commit 35de8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM busybox:glibc

MAINTAINER "André Stein <[email protected]>"
LABEL maintainer="André Stein <[email protected]>"

EXPOSE 8080

Expand Down

0 comments on commit 35de8fc

Please sign in to comment.