File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN apt update \
1212 && ln -s /bin/busybox /usr/bin/[[
1313RUN npm upgrade -g npm
1414COPY --from=mikefarah/yq:4.52.4 /usr/bin/yq /usr/local/bin/yq
15- ADD --chmod=775 https://dl.k8s.io/release/v1.35.1 /bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl
15+ ADD --chmod=775 https://dl.k8s.io/release/v1.35.3 /bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl
1616WORKDIR /cf-cli
1717COPY package.json yarn.lock check-version.js run-check-version.js /cf-cli/
1818RUN yarn install --prod --frozen-lockfile && \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN apt update \
1111 && ln -s /bin/busybox /usr/bin/[[
1212RUN npm upgrade -g npm
1313COPY --from=mikefarah/yq:4.52.4 /usr/bin/yq /usr/local/bin/yq
14- ADD --chmod=775 https://dl.k8s.io/release/v1.35.1 /bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl
14+ ADD --chmod=775 https://dl.k8s.io/release/v1.35.3 /bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl
1515WORKDIR /cf-cli
1616COPY package.json yarn.lock check-version.js run-check-version.js /cf-cli/
1717RUN yarn install --prod --frozen-lockfile && \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN apk --update add --no-cache \
77 git \
88 jq
99COPY --from=mikefarah/yq:4.52.4 /usr/bin/yq /usr/local/bin/yq
10- ADD --chmod=775 https://dl.k8s.io/release/v1.35.1 /bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl
10+ ADD --chmod=775 https://dl.k8s.io/release/v1.35.3 /bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl
1111WORKDIR /cf-cli
1212COPY package.json yarn.lock check-version.js run-check-version.js /cf-cli/
1313RUN yarn install --prod --frozen-lockfile && \
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 1.1.2 " ,
3+ "version" : " 1.1.3 " ,
44 "description" : " Codefresh command line utility" ,
55 "main" : " index.js" ,
66 "preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments