faas-cli: v0.16.7

This commit is contained in:
ace
2023-08-01 18:44:09 +03:00
parent e52afdc4c0
commit 1fe3d9ede5
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,5 @@
FROM docker:20.10.10-dind
FROM docker:23.0.4-dind
ARG VERSION
RUN wget https://github.com/openfaas/faas-cli/releases/download/0.13.13/faas-cli -O /usr/local/bin/faas-cli
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