fix dockerfile label
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-11-01 23:56:52 +01:00
parent 8b8cd71fe1
commit 43917c2244
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM alpine:3.12
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
org.label-schema.name="alpine" \
org.label-schema.vcs-url="https://gitea.rknet.org/docker/molecule" \
org.label-schema.vcs-url="https://gitea.rknet.org/docker/alpine" \
org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0"