Skip to content

Commit 95bc3b3

Browse files
authored
Merge pull request #1502 from snyk/fix/bump-ubi9.4
2 parents 3d381ad + df66bed commit 95bc3b3

File tree

4 files changed

+2172
-2492
lines changed

4 files changed

+2172
-2492
lines changed

.snyk

+2-2
Original file line numberDiff line numberDiff 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
1717
patch: {}

Dockerfile.ubi9

+2-2
Original file line numberDiff line numberDiff 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

3333
RUN 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

4040
ARG NODE_18_LATEST_VERSION
4141
ARG NODE_18_LATEST_VERSION_TAR_GZ_FILE_SHASUM256

0 commit comments

Comments
 (0)