diff --git a/Dockerfile b/Dockerfile index 99e1f14c1..7e233adcf 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) # kubectl binary -FROM bitnami/kubectl:1.33.1 AS kubectl +FROM bitnamilegacy/kubectl:1.33.1 AS kubectl # Main FROM node:22.16.0-alpine3.22 diff --git a/Dockerfile-debian b/Dockerfile-debian index e71917071..e67f08e2d 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) # kubectl binary -FROM bitnami/kubectl:1.33.1 as kubectl +FROM bitnamilegacy/kubectl:1.33.1 as kubectl # Main FROM node:22.16.0-bookworm-slim diff --git a/Dockerfile-debian-rootless b/Dockerfile-debian-rootless index c1671ab15..4f79d9951 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) # kubectl binary -FROM bitnami/kubectl:1.33.1 as kubectl +FROM bitnamilegacy/kubectl:1.33.1 as kubectl # Main FROM node:22.16.0-bookworm-slim diff --git a/Dockerfile-rootless b/Dockerfile-rootless index 6e2ed75a7..ebdb4b23d 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) # kubectl binary -FROM bitnami/kubectl:1.33.1 as kubectl +FROM bitnamilegacy/kubectl:1.33.1 as kubectl # Main FROM node:22.16.0-alpine3.22 diff --git a/package.json b/package.json index 2501fbba1..eb6f74d4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codefresh", - "version": "0.89.3", + "version": "0.89.4", "description": "Codefresh command line utility", "main": "index.js", "preferGlobal": true,