faas-cli: v0.16.7
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user