File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
1111RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
1212
1313# kubectl binary
14- FROM bitnami /kubectl:1.33.1 AS kubectl
14+ FROM bitnamilegacy /kubectl:1.33.1 AS kubectl
1515
1616# Main
1717FROM node:22.16.0-alpine3.22
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
1111RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
1212
1313# kubectl binary
14- FROM bitnami /kubectl:1.33.1 as kubectl
14+ FROM bitnamilegacy /kubectl:1.33.1 as kubectl
1515
1616# Main
1717FROM node:22.16.0-bookworm-slim
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
1111RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
1212
1313# kubectl binary
14- FROM bitnami /kubectl:1.33.1 as kubectl
14+ FROM bitnamilegacy /kubectl:1.33.1 as kubectl
1515
1616# Main
1717FROM node:22.16.0-bookworm-slim
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION}
1111RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
1212
1313# kubectl binary
14- FROM bitnami /kubectl:1.33.1 as kubectl
14+ FROM bitnamilegacy /kubectl:1.33.1 as kubectl
1515
1616# Main
1717FROM node:22.16.0-alpine3.22
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 0.89.3 " ,
3+ "version" : " 0.89.4 " ,
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