Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.16.0
v22.21.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/
FROM bitnamilegacy/kubectl:1.33.1 AS kubectl

# Main
FROM node:22.16.0-alpine3.22
FROM node:22.21.0-alpine3.22
RUN apk --update add --no-cache \
bash \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-debian
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/
FROM bitnamilegacy/kubectl:1.33.1 as kubectl

# Main
FROM node:22.16.0-bookworm-slim
FROM node:22.21.0-trixie-slim
RUN apt update \
&& apt -y install \
apt-transport-https \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-debian-rootless
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/
FROM bitnamilegacy/kubectl:1.33.1 as kubectl

# Main
FROM node:22.16.0-bookworm-slim
FROM node:22.21.0-trixie-slim
RUN apt update \
&& apt -y install \
bash \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-rootless
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN pyinstaller --noconfirm --onefile --log-level DEBUG --clean --distpath /tmp/
FROM bitnamilegacy/kubectl:1.33.1 as kubectl

# Main
FROM node:22.16.0-alpine3.22
FROM node:22.21.0-alpine3.22
RUN apk --update add --no-cache \
bash \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.89.4",
"version": "0.89.5",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down