Skip to content

Commit 1b42abb

Browse files
authored
fix: update node; fix vulnerabilities (#901)
## What ## Why ## Notes
1 parent b833c0f commit 1b42abb

File tree

7 files changed

+681
-727
lines changed

7 files changed

+681
-727
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v24.12.0
1+
v24.13.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.12.0-alpine3.23
1+
FROM node:24.13.0-alpine3.23
22
ARG TARGETPLATFORM
33
RUN apk --update add --no-cache \
44
bash \

Dockerfile-debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.12.0-trixie-slim
1+
FROM node:24.13.0-trixie-slim
22
ARG TARGETPLATFORM
33
RUN apt update \
44
&& apt -y install \

Dockerfile-debian-rootless

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.12.0-trixie-slim
1+
FROM node:24.13.0-trixie-slim
22
ARG TARGETPLATFORM
33
RUN apt update \
44
&& apt -y install \

Dockerfile-rootless

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.12.0-alpine3.23
1+
FROM node:24.13.0-alpine3.23
22
ARG TARGETPLATFORM
33
RUN apk --update add --no-cache \
44
bash \

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,
@@ -72,7 +72,7 @@
7272
"js-yaml": "^3.10.0",
7373
"kefir": "^3.8.1",
7474
"kubernetes-client": "^9.0.0",
75-
"lodash": "^4.17.21",
75+
"lodash": "^4.17.23",
7676
"mkdirp": "^0.5.1",
7777
"moment": "^2.29.4",
7878
"mongodb": "^4.17.2",

0 commit comments

Comments
 (0)