Skip to content

Commit cc547d6

Browse files
authored
Merge pull request #1555 from snyk/staging
RELEASE
2 parents fb77be6 + e496542 commit cc547d6

File tree

4 files changed

+25
-19
lines changed

4 files changed

+25
-19
lines changed

.snyk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,10 @@ ignore:
3232
No upstream fix available
3333
expires: 2024-12-08T12:00:00.000Z
3434
created: 2024-11-08T12:00:00.000Z
35+
SNYK-JS-JSONPATHPLUS-7945884:
36+
- '*':
37+
reason: >-
38+
Waiting for @kubernetes/client-node upgrade
39+
expires: 2024-12-08T12:00:00.000Z
40+
created: 2024-11-20T12:00:00.000Z
3541
patch: {}

Dockerfile.ubi9

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ RUN npm run build
3131
#---------------------------------------------------------------------
3232
# STAGE 3: Install containers-common to obtain configuration files
3333
#---------------------------------------------------------------------
34-
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.4 AS containers-common
34+
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.5 AS containers-common
3535

3636
RUN dnf install -y containers-common
3737

3838
#---------------------------------------------------------------------
3939
# STAGE 4: Build the kubernetes-monitor final image
4040
#---------------------------------------------------------------------
41-
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.4
41+
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.5
4242

4343
ARG NODE_18_LATEST_VERSION
4444
ARG NODE_18_LATEST_VERSION_TAR_GZ_FILE_SHASUM256

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"format:check": "prettier --check '{src,test}/**/*.{js,ts,json,yml}'"
3535
},
3636
"dependencies": {
37-
"@kubernetes/client-node": "^0.22.2",
37+
"@kubernetes/client-node": "^0.22.3",
3838
"@snyk/dep-graph": "^2.9.0",
3939
"async": "^3.2.6",
4040
"aws-sdk": "^2.1692.0",
@@ -47,7 +47,7 @@
4747
"packageurl-js": "^1.2.1",
4848
"sleep-promise": "^9.1.0",
4949
"snyk-config": "5.3.0",
50-
"snyk-docker-plugin": "6.13.0",
50+
"snyk-docker-plugin": "6.13.0-hotfix",
5151
"source-map-support": "^0.5.21",
5252
"tunnel": "0.0.6",
5353
"typescript": "4.9.5",

0 commit comments

Comments
 (0)