diff --git a/Dockerfile b/Dockerfile index f81e8c3b..ea2fc54e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG ARCH="amd64" ARG OS="linux" -FROM quay.io/prometheus/busybox:latest -MAINTAINER The Prometheus Authors +FROM quay.io/prometheus/busybox:latest +LABEL maintainer="The Prometheus Authors " ARG ARCH="amd64" ARG OS="linux"