diff --git a/mitm-proxy/Dockerfile b/mitm-proxy/Dockerfile index fd5c9da..7021784 100644 --- a/mitm-proxy/Dockerfile +++ b/mitm-proxy/Dockerfile @@ -4,7 +4,8 @@ ARG BUILD_DATE ARG GIT_SHA ARG MITM_VERSION LABEL maintainer="Matthew Baggett " \ - org.opencontainers.image.source="https://github.com/benzine-framework/docker/mitm-proxy" \ + org.label-schema.vcs-url="https://github.com/benzine-framework/docker" \ + org.opencontainers.image.source="https://github.com/benzine-framework/docker" \ org.opencontainers.image.title="mitm-proxy with healthcheck" \ org.opencontainers.image.created="${BUILD_DATE}" \ org.opencontainers.image.version="${MITM_VERSION}" \