File tree 4 files changed +2172
-2492
lines changed
4 files changed +2172
-2492
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ ignore:
6
6
- '*':
7
7
reason: >-
8
8
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
10
10
created: 2024-05-16T12:00:00.000Z
11
11
SNYK-JS-MICROMATCH-6838728:
12
12
- '*':
13
13
reason: >-
14
14
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
16
16
created: 2024-05-16T12:00:00.000Z
17
17
patch: {}
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ RUN npm run build
28
28
#---------------------------------------------------------------------
29
29
# STAGE 2: Install containers-common to obtain configuration files
30
30
#---------------------------------------------------------------------
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
32
32
33
33
RUN dnf install -y containers-common
34
34
35
35
#---------------------------------------------------------------------
36
36
# STAGE 3: Build the kubernetes-monitor final image
37
37
#---------------------------------------------------------------------
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
39
39
40
40
ARG NODE_18_LATEST_VERSION
41
41
ARG NODE_18_LATEST_VERSION_TAR_GZ_FILE_SHASUM256
You can’t perform that action at this time.
0 commit comments