Set entrypoint to yq

This commit is contained in:
Mike Farah 2020-11-20 13:53:44 +11:00
parent 9674acf684
commit c08980e70f
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ LABEL version=${VERSION}
WORKDIR /workdir WORKDIR /workdir
ENTRYPOINT /usr/bin/yq ENTRYPOINT ["/usr/bin/yq"]