From 41354bbc951c962e292e7c0dfeeb50b00adfe1fb Mon Sep 17 00:00:00 2001 From: f Date: Fri, 21 Jun 2024 12:21:51 -0300 Subject: [PATCH] fix: deprecate MAINTAINER --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c93e2e..5d62bae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ ARG ALPINE_VERSION=3.18.3 ARG BASE_IMAGE=gitea.nulo.in/sutty/monit FROM ${BASE_IMAGE}:${ALPINE_VERSION} -MAINTAINER "f " +LABEL org.opencontainers.image.authors="f@sutty.nl"