From 9884a961125ab383c4091cc02d1614d668368d03 Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 26 Nov 2020 14:40:51 +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 4a442ac..ce6016e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG VCS_REF LABEL description="Docker image for running tests using robot framework." LABEL org.label-schema.build-date=$BUILD_DATE \ - org.label-schema.vcs-url="https://github.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf/docker-alpine-rf.git" \ + org.label-schema.vcs-url="https://git.dotya.ml/wanderer/docker-alpine-rf.git" \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.license=GPL-3.0