change Dockerfile maintainers email to dev mailing list (#7417)

This commit is contained in:
Clint Wylie 2019-04-04 19:34:48 -07:00 committed by Fangjin Yang
parent 78745fea84
commit e2aa6e47f8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ RUN addgroup --gid 1000 druid \
FROM amd64/busybox:1.30.0-glibc as busybox
FROM gcr.io/distroless/java
LABEL maintainer="Don Bowman <don@agilicus.com>"
LABEL maintainer="Apache Druid Developers <dev@druid.apache.org>"
COPY --from=busybox /bin/busybox /busybox/busybox
RUN ["/busybox/busybox", "--install", "/bin"]