From ccd90f04a48de15c9bed83415aa4a873341ed6e0 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sun, 29 Aug 2021 21:20:13 +0200 Subject: [PATCH] Upgrade MAINTAINER to LABEL --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a023f0a..752bca5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM debian:bullseye-slim -MAINTAINER Freelock john@freelock.com +FROM debian:bullseye-slim +LABEL org.opencontainers.image.authors="LedgerSMB project " # Build time variables ARG LSMB_VERSION="1.9.0-beta2"