FROM docker:23.0.4-dind ARG VERSION RUN wget https://github.com/openfaas/faas-cli/releases/download/${VERSION}/faas-cli -O /usr/local/bin/faas-cli RUN chmod +x /usr/local/bin/faas-cli