We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47757c commit a958fdbCopy full SHA for a958fdb
Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:9.2.0-alpine
2
3
-RUN apk add --update git curl jq py-pip && pip install yq
+RUN apk add --update git curl jq py-pip bash && pip install yq
4
5
WORKDIR /cf-cli
6
package.json
{
"name": "codefresh",
- "version": "0.17.9",
+ "version": "0.17.10",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
0 commit comments