diff --git a/contrib/images/babylond/Dockerfile b/contrib/images/babylond/Dockerfile index a88bbef0b..f29897dc5 100644 --- a/contrib/images/babylond/Dockerfile +++ b/contrib/images/babylond/Dockerfile @@ -52,6 +52,7 @@ RUN addgroup --gid 1137 -S babylon && adduser --uid 1137 -S babylon -G babylon RUN apk add bash curl jq # Label should match your github repo +ARG VERSION LABEL org.opencontainers.image.source="https://github.com/babylonlabs-io/babylond:${VERSION}" # Install Libraries