diff --git a/Dockerfile b/Dockerfile index 0715f01..aa67919 100644 --- a/Dockerfile +++ b/Dockerfile @@ -271,7 +271,7 @@ LABEL org.opencontainers.image.description="Containerized version of ${IMAGE_NAM LABEL org.opencontainers.image.created="${BUILD_DATE}" LABEL org.opencontainers.image.version="${BUILD_VERSION}" LABEL org.opencontainers.image.revision="${GIT_COMMIT}" -LABEL org.opencontainers.image.url="https://docker.io/casjaysdev/go" +LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/go" LABEL org.opencontainers.image.source="https://github.com/dockersrc/go" LABEL org.opencontainers.image.documentation="https://github.com/dockersrc/go" LABEL org.opencontainers.image.vcs-type="Git"