Skip to content

Commit ffca57a

Browse files
committed
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-10169632 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-10169733
1 parent 6ec0b5e commit ffca57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.14.0-alpine3.21
1+
FROM node:22.15.1-alpine3.21
22

33
WORKDIR /cf-k8s-agent
44

0 commit comments

Comments
 (0)