diff --git a/Dockerfile b/Dockerfile index 7861324..781bef8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,8 @@ RUN set -x; apk add --no-cache curl &&\ sed -i "s#http://dl-cdn.alpinelinux.org/alpine/v${ALPINE_SERIES}#${ALPINE_MIRROR}#g" /dest/etc/apk/repositories FROM scratch +ARG VERSION +LABEL version.alpine=$VERSION COPY --from=build /dest / CMD ["/bin/sh"] +