File tree Expand file tree Collapse file tree 5 files changed +332
-295
lines changed
src/supervisor/watchers/handlers Expand file tree Collapse file tree 5 files changed +332
-295
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ ignore:
66 - '*':
77 reason: >-
88 Waiting for a patch: https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727
9- expires: 2024-06-16T12 :00:00.000Z
9+ expires: 2024-07-19T12 :00:00.000Z
1010 created: 2024-05-16T12:00:00.000Z
1111 SNYK-JS-MICROMATCH-6838728:
1212 - '*':
1313 reason: >-
1414 Waiting for a patch: https://security.snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
15- expires: 2024-06-16T12 :00:00.000Z
15+ expires: 2024-07-19T12 :00:00.000Z
1616 created: 2024-05-16T12:00:00.000Z
1717patch: {}
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ RUN npm run build
2828#---------------------------------------------------------------------
2929# STAGE 2: Install containers-common to obtain configuration files
3030#---------------------------------------------------------------------
31- FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.3 AS containers-common
31+ FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.4 AS containers-common
3232
3333RUN dnf install -y containers-common
3434
3535#---------------------------------------------------------------------
3636# STAGE 3: Build the kubernetes-monitor final image
3737#---------------------------------------------------------------------
38- FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.3
38+ FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.4
3939
4040ARG NODE_18_LATEST_VERSION
4141ARG NODE_18_LATEST_VERSION_TAR_GZ_FILE_SHASUM256
You can’t perform that action at this time.
0 commit comments