fix: deprecate MAINTAINER

This commit is contained in:
f 2024-06-21 12:21:51 -03:00
parent c0e6b8150b
commit 41354bbc95
No known key found for this signature in database

View file

@ -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 <f@sutty.nl>"
LABEL org.opencontainers.image.authors="f@sutty.nl"