1
0
mirror of https://github.com/mikefarah/yq.git synced 2025-03-13 22:55:35 +00:00
yq/github-action/Dockerfile
2021-10-11 14:50:17 +11:00

9 lines
156 B
Docker

FROM mikefarah/yq:4.13.4
COPY entrypoint.sh /entrypoint.sh
# this seems to be the default user in github actions
USER 1001
ENTRYPOINT ["/entrypoint.sh"]