fix(containerfile): use correct license in label
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
016612e18e
commit
311f558bcc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user