From f66a7c6370350f05855702982905cc6fec64c3ad Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sat, 21 Sep 2024 17:05:12 +0200 Subject: [PATCH] Replaced deprecated MAINTAINER command with the recent LABEL one --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4e8117c..df038e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine -MAINTAINER Benjamin Burkhardt +LABEL org.opencontainers.image.authors="bluefox@privacynerd.de" WORKDIR cmatrix