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
# Main
14
- FROM node:18.12 .1-alpine3.15
14
+ FROM node:18.14 .1-alpine3.17
15
15
16
16
RUN apk --update add --no-cache ca-certificates git curl bash jq
17
17
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
# Main
14
- FROM node:18.12 .1-bullseye-slim
14
+ FROM node:18.14 .1-bullseye-slim
15
15
16
16
RUN apt update
17
17
RUN apt -y install ca-certificates git curl bash jq busybox && ln -s /bin/busybox /usr/bin/[[
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
# Main
14
- FROM node:18.12 .1-bullseye-slim
14
+ FROM node:18.14 .1-bullseye-slim
15
15
16
16
RUN apt update
17
17
RUN apt -y install ca-certificates git curl bash jq busybox && ln -s /bin/busybox /usr/bin/[[
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
# Main
14
- FROM node:18.12 .1-alpine3.15
14
+ FROM node:18.14 .1-alpine3.17
15
15
16
16
RUN apk --update add --no-cache ca-certificates git curl bash jq
17
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.82.5 " ,
3
+ "version" : " 0.82.6 " ,
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