Skip to content

Commit 8a68d08

Browse files
Merge pull request #140 from codefresh-io/CR-25292-security
chore(CR-25292): updated protobufjs, tar, ws, express, base image to alpine 3.20
2 parents d4b077d + 59883f5 commit 8a68d08

File tree

4 files changed

+254
-117
lines changed

4 files changed

+254
-117
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.11.1
1+
v20.17.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.11.1-alpine3.19
1+
FROM node:20.17.0-alpine3.20
22

33
WORKDIR /cf-k8s-agent
44

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cf-k8s-agent",
3-
"version": "1.3.17",
3+
"version": "1.3.18",
44
"private": true,
55
"scripts": {
66
"start": "node ./src/index.js",
@@ -18,11 +18,11 @@
1818
"tough-cookie": "4.1.3"
1919
},
2020
"dependencies": {
21-
"@codefresh-io/kube-integration": "1.31.0",
21+
"@codefresh-io/kube-integration": "1.31.8",
2222
"bluebird": "^3.5.4",
2323
"cookie-parser": "~1.4.3",
2424
"debug": "~2.6.9",
25-
"express": "4.17.3",
25+
"express": "4.21.0",
2626
"json-stream": "^1.0.0",
2727
"kubernetes-client": "9.0.0",
2828
"@kubernetes/client-node": "0.17.1",

0 commit comments

Comments
 (0)