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# Main
14- FROM node:18.12 .1-alpine3.15
14+ FROM node:18.14 .1-alpine3.17
1515
1616RUN apk --update add --no-cache ca-certificates git curl bash jq
1717
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# Main
14- FROM node:18.12 .1-bullseye-slim
14+ FROM node:18.14 .1-bullseye-slim
1515
1616RUN apt update
1717RUN 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}
1111RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
1212
1313# Main
14- FROM node:18.12 .1-bullseye-slim
14+ FROM node:18.14 .1-bullseye-slim
1515
1616RUN apt update
1717RUN 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}
1111RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq)
1212
1313# Main
14- FROM node:18.12 .1-alpine3.15
14+ FROM node:18.14 .1-alpine3.17
1515
1616RUN apk --update add --no-cache ca-certificates git curl bash jq
1717
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 0.82.5 " ,
3+ "version" : " 0.82.6 " ,
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