From f6c51abff64239852aaf785e92451fbe26cc6d1b Mon Sep 17 00:00:00 2001 From: Tom Stewart Date: Mon, 4 Jan 2021 05:52:08 -0500 Subject: [PATCH] update depreciated MAINTAINER field (#1276) --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 4c47eb346..bf844850f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ FROM alpine -MAINTAINER Team ACID @ Zalando +LABEL maintainer="Team ACID @ Zalando " # We need root certificates to deal with teams api over https RUN apk --no-cache add curl