diff --git a/Dockerfile b/Dockerfile index acfb331..b2e7b38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG VCS_REF LABEL description="Docker image for building websites with Hugo static site generator." LABEL org.label-schema.build-date=$BUILD_DATE \ - org.label-schema.vcs-url="https://git.dotya.ml/wanderer/docker-archlinux-hugo.git" \ + org.label-schema.vcs-url="https://git.dotya.ml/wanderer/docker-fedora-hugo.git" \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.license=GPL-3.0