Skip to content

Commit 8413f02

Browse files
add yarn lock to dockerfile (#451)
1 parent d9e7875 commit 8413f02

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN wget -O /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/j
2626
WORKDIR /cf-cli
2727

2828
COPY package.json /cf-cli
29+
COPY yarn.lock /cf-cli
2930
COPY check-version.js /cf-cli
3031

3132
RUN yarn install --prod --frozen-lockfile && \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.58.0",
3+
"version": "0.59.0",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)