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}
11
11
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
12
12
13
13
# kubectl binary
14
- FROM bitnami /kubectl:1.33.1 AS kubectl
14
+ FROM bitnamilegacy /kubectl:1.33.1 AS kubectl
15
15
16
16
# Main
17
17
FROM 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}
11
11
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
12
12
13
13
# kubectl binary
14
- FROM bitnami /kubectl:1.33.1 as kubectl
14
+ FROM bitnamilegacy /kubectl:1.33.1 as kubectl
15
15
16
16
# Main
17
17
FROM 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}
11
11
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
12
12
13
13
# kubectl binary
14
- FROM bitnami /kubectl:1.33.1 as kubectl
14
+ FROM bitnamilegacy /kubectl:1.33.1 as kubectl
15
15
16
16
# Main
17
17
FROM 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}
11
11
RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
12
12
13
13
# kubectl binary
14
- FROM bitnami /kubectl:1.33.1 as kubectl
14
+ FROM bitnamilegacy /kubectl:1.33.1 as kubectl
15
15
16
16
# Main
17
17
FROM node:22.16.0-alpine3.22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.89.3 " ,
3
+ "version" : " 0.89.4 " ,
4
4
"description" : " Codefresh command line utility" ,
5
5
"main" : " index.js" ,
6
6
"preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments