fix(containerfile): use correct license in label
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-10-05 15:45:50 +02:00
parent 016612e18e
commit 311f558bcc
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -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 <package>-<version>`.
# hadolint ignore=DL3041