[fix] Dockerfile: searx version stores in org.label-schema.version (#1659)

instead of org.label-schema.schema-version
This commit is contained in:
Alexandre Flament 2019-08-01 07:51:09 +02:00 committed by GitHub
parent 1bed39e6cb
commit 02bbbf59d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ LABEL maintainer="searx <https://github.com/asciimoo/searx>" \
version="${SEARX_GIT_VERSION}" \
org.label-schema.schema-version="1.0" \
org.label-schema.name="searx" \
org.label-schema.schema-version="${SEARX_GIT_VERSION}" \
org.label-schema.version="${SEARX_GIT_VERSION}" \
org.label-schema.url="${LABEL_VCS_URL}" \
org.label-schema.vcs-ref=${LABEL_VCS_REF} \
org.label-schema.vcs-url=${LABEL_VCS_URL} \