Skip to content

Commit 8259f63

Browse files
updated jsonpath-plus, kube-integration
1 parent a085c15 commit 8259f63

File tree

3 files changed

+683
-1006
lines changed

3 files changed

+683
-1006
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.12.0-alpine3.21
1+
FROM node:22.14.0-alpine3.21
22

33
WORKDIR /cf-k8s-agent
44

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cf-k8s-agent",
3-
"version": "1.3.21",
3+
"version": "1.3.22",
44
"private": true,
55
"scripts": {
66
"start": "node ./src/index.js",
@@ -19,7 +19,7 @@
1919
"**/@kubernetes/client-node": "0.22.2"
2020
},
2121
"dependencies": {
22-
"@codefresh-io/kube-integration": "1.31.14",
22+
"@codefresh-io/kube-integration": "1.31.19",
2323
"bluebird": "^3.5.4",
2424
"cookie-parser": "~1.4.3",
2525
"debug": "~2.6.9",

0 commit comments

Comments
 (0)