vendor/github.com/pelletier/go-toml/v2/Dockerfile
author Mikael Berthe <mikael@lilotux.net>
Sat, 04 Feb 2023 13:35:58 +0100
changeset 271 c8b8b7cc8896
parent 260 445e01aede7e
permissions -rw-r--r--
Remove deprecated flag (`--unset`)

FROM scratch
ENV PATH "$PATH:/bin"
COPY tomll /bin/tomll
COPY tomljson /bin/tomljson
COPY jsontoml /bin/jsontoml