The Issuer Docker image currently lacks the `org.opencontainers.image.version` label, which prevents automated version detection in downstream projects. ```dockerfile ARG ISSUER_VERSION LABEL org.opencontainers.image.version="${ISSUER_VERSION}" ```
The Issuer Docker image currently lacks the
org.opencontainers.image.versionlabel, which prevents automated version detection in downstream projects.