summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/pelletier/go-toml/v2/Dockerfile
blob: b9e93323794958bdbe93a5b226ed0bd1f4c5542f (plain) (blame)
1
2
3
4
5
FROM scratch
ENV PATH "$PATH:/bin"
COPY tomll /bin/tomll
COPY tomljson /bin/tomljson
COPY jsontoml /bin/jsontoml