Skip to content

Commit

Permalink
docker: use LABEL instead of deprecated MAINTAINER instruction
Browse files Browse the repository at this point in the history
Signed-off-by: Luís Ferreira <[email protected]>
  • Loading branch information
ljmf00 committed Oct 20, 2020
1 parent 520c52c commit b0e90d2
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 b0e90d2

Please sign in to comment.