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}