yj 1.2.4

Command line tool that converts YAML to JSON
1
2
3
4
5
FROM scratch

COPY target/x86_64-unknown-linux-musl/release/yj /

ENTRYPOINT [ "/yj" ]