From cd34b15ae14a51c1a88433e3d360b8b74641d658 Mon Sep 17 00:00:00 2001 From: DiouxX Date: Mon, 13 Dec 2021 09:27:16 +0100 Subject: [PATCH] Replace deprecated MAINTAINER label --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5192645..5171e99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ #On choisit une debian FROM debian:11.1 -MAINTAINER DiouxX "github@diouxx.be" +LABEL org.opencontainers.image.authors="github@diouxx.be" + #Ne pas poser de question à l'installation ENV DEBIAN_FRONTEND noninteractive