From 3d9026d8619315883321ebe1310b3a9057af9278 Mon Sep 17 00:00:00 2001 From: Sergii Zhevzhyk Date: Wed, 26 Feb 2020 18:18:37 +0100 Subject: [PATCH] Switch from deprecated MAINTAINER tag to LABEL with maintainer's info in Dockerfile --- dashboard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/Dockerfile b/dashboard/Dockerfile index 7388481f7567e..aae74f784f990 100644 --- a/dashboard/Dockerfile +++ b/dashboard/Dockerfile @@ -19,7 +19,7 @@ FROM python:3.7-stretch -MAINTAINER Pulsar +LABEL maintainer="Apache Pulsar " RUN apt-get update RUN apt-get -y install postgresql python sudo nginx supervisor