Skip to content

Commit

Permalink
Merge pull request #140 from codefresh-io/CR-25292-security
Browse files Browse the repository at this point in the history
chore(CR-25292): updated protobufjs, tar, ws, express, base image to alpine 3.20
  • Loading branch information
vitalii-codefresh authored Sep 24, 2024
2 parents d4b077d + 59883f5 commit 8a68d08
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 117 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.11.1
v20.17.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.11.1-alpine3.19
FROM node:20.17.0-alpine3.20

WORKDIR /cf-k8s-agent

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cf-k8s-agent",
"version": "1.3.17",
"version": "1.3.18",
"private": true,
"scripts": {
"start": "node ./src/index.js",
Expand All @@ -18,11 +18,11 @@
"tough-cookie": "4.1.3"
},
"dependencies": {
"@codefresh-io/kube-integration": "1.31.0",
"@codefresh-io/kube-integration": "1.31.8",
"bluebird": "^3.5.4",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "4.17.3",
"express": "4.21.0",
"json-stream": "^1.0.0",
"kubernetes-client": "9.0.0",
"@kubernetes/client-node": "0.17.1",
Expand Down
Loading

0 comments on commit 8a68d08

Please sign in to comment.