From e6dd05441418fccaa4420109c8ec114d7d8e1ebc Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 26 Nov 2020 14:58:41 +0100 Subject: [PATCH] chore: point vcs-url to the primary source * note that gh is only a read-only mirror --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa4eb39..9bacccb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG BUILD_DATE ARG VCS_REF LABEL org.label-schema.build-date=$BUILD_DATE \ - org.label-schema.vcs-url="https://github.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf/docker-archlinux-cdev.git" \ + org.label-schema.vcs-url="https://git.dotya.ml/wanderer/docker-archlinux-cdev.git" \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.license=GPL-3.0