From 311f558bcc30eb1257eb46c4f5c6bcfbea3fa1ed Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 5 Oct 2022 15:45:50 +0200 Subject: [PATCH] fix(containerfile): use correct license in label --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 1b77ceb..a494884 100644 --- a/Containerfile +++ b/Containerfile @@ -9,7 +9,7 @@ LABEL description="Container image based on fedora-minimal, hourly updated, serv LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.vcs-url="https://git.dotya.ml/wanderer/fedora-minimal.git" \ org.label-schema.vcs-ref=$VCS_REF \ - org.label-schema.license=GPL-3.0 + org.label-schema.license=MIT # DL3041 warning: Specify version with `dnf install -y -`. # hadolint ignore=DL3041