From 88ccc6963c8ede5073d09a9f0a40bfe0e0ba7819 Mon Sep 17 00:00:00 2001 From: Stefan Fleckenstein Date: Thu, 11 Jan 2024 00:49:41 +0100 Subject: [PATCH] chore: maintainer as label --- docker/frontend/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/frontend/Dockerfile b/docker/frontend/Dockerfile index 9e7c7d776..e59ec8404 100644 --- a/docker/frontend/Dockerfile +++ b/docker/frontend/Dockerfile @@ -38,8 +38,8 @@ ARG VERSION=unkown ARG CREATED ARG REVISION -# Maintainer is deprecated, but we want to overwrite what's coming from the base image -MAINTAINER stefan.fleckenstein@maibornwolff.de +# We want to overwrite what's coming from the base image +LABEL maintainer="stefan.fleckenstein@maibornwolff.de" LABEL org.opencontainers.image.authors="stefan.fleckenstein@maibornwolff.de" LABEL org.opencontainers.image.created=${CREATED}