vendor/github.com/pelletier/go-toml/v2/Dockerfile
changeset 260 445e01aede7e
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
       
     1 FROM scratch
       
     2 ENV PATH "$PATH:/bin"
       
     3 COPY tomll /bin/tomll
       
     4 COPY tomljson /bin/tomljson
       
     5 COPY jsontoml /bin/jsontoml