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