Skip to content

Commit

Permalink
MAINTAINER is deprecated - using LABEL instead
Browse files Browse the repository at this point in the history
  • Loading branch information
helgi authored Oct 17, 2018
1 parent 2668b9f commit 71b9dac
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
Expand Up @@ -23,7 +23,7 @@ RUN make build

# final image
FROM registry.opensource.zalan.do/stups/alpine:latest
MAINTAINER Team Teapot @ Zalando SE <[email protected]>
LABEL maintainer="Team Teapot @ Zalando SE <[email protected]>"

COPY --from=builder /go/src/github.com/kubernetes-incubator/external-dns/build/external-dns /bin/external-dns

Expand Down

0 comments on commit 71b9dac

Please sign in to comment.