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 d9e7875 commit 8413f02Copy full SHA for 8413f02
Dockerfile
@@ -26,6 +26,7 @@ RUN wget -O /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/j
26
WORKDIR /cf-cli
27
28
COPY package.json /cf-cli
29
+COPY yarn.lock /cf-cli
30
COPY check-version.js /cf-cli
31
32
RUN yarn install --prod --frozen-lockfile && \
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.58.0",
+ "version": "0.59.0",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments