diff --git a/Dockerfile b/Dockerfile index 52ad07e0d..fb5b0f4a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION} RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq) # Main -FROM node:18.12.1-alpine3.15 +FROM node:18.14.1-alpine3.17 RUN apk --update add --no-cache ca-certificates git curl bash jq diff --git a/Dockerfile-debian b/Dockerfile-debian index f610e2b7c..ef1fbb217 100644 --- a/Dockerfile-debian +++ b/Dockerfile-debian @@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION} RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq) # Main -FROM node:18.12.1-bullseye-slim +FROM node:18.14.1-bullseye-slim RUN apt update RUN apt -y install ca-certificates git curl bash jq busybox && ln -s /bin/busybox /usr/bin/[[ diff --git a/Dockerfile-debian-rootless b/Dockerfile-debian-rootless index 955158b99..1dceda252 100644 --- a/Dockerfile-debian-rootless +++ b/Dockerfile-debian-rootless @@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION} RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq) # Main -FROM node:18.12.1-bullseye-slim +FROM node:18.14.1-bullseye-slim RUN apt update RUN apt -y install ca-certificates git curl bash jq busybox && ln -s /bin/busybox /usr/bin/[[ diff --git a/Dockerfile-rootless b/Dockerfile-rootless index 8c97efa69..ae19d373a 100644 --- a/Dockerfile-rootless +++ b/Dockerfile-rootless @@ -11,7 +11,7 @@ RUN pip install yq==${YQ_VERSION} RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/ $(which yq) # Main -FROM node:18.12.1-alpine3.15 +FROM node:18.14.1-alpine3.17 RUN apk --update add --no-cache ca-certificates git curl bash jq diff --git a/package.json b/package.json index c8cd6a666..aaddfcee6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codefresh", - "version": "0.82.5", + "version": "0.82.6", "description": "Codefresh command line utility", "main": "index.js", "preferGlobal": true,