Skip to content

Commit

Permalink
Merge pull request #1502 from snyk/fix/bump-ubi9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
popas90 authored Jun 20, 2024
2 parents 3d381ad + df66bed commit 95bc3b3
Show file tree
Hide file tree
Showing 4 changed files with 2,172 additions and 2,492 deletions.
4 changes: 2 additions & 2 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ ignore:
- '*':
reason: >-
Waiting for a patch: https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727
expires: 2024-06-16T12:00:00.000Z
expires: 2024-07-19T12:00:00.000Z
created: 2024-05-16T12:00:00.000Z
SNYK-JS-MICROMATCH-6838728:
- '*':
reason: >-
Waiting for a patch: https://security.snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
expires: 2024-06-16T12:00:00.000Z
expires: 2024-07-19T12:00:00.000Z
created: 2024-05-16T12:00:00.000Z
patch: {}
4 changes: 2 additions & 2 deletions Dockerfile.ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ RUN npm run build
#---------------------------------------------------------------------
# STAGE 2: Install containers-common to obtain configuration files
#---------------------------------------------------------------------
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.3 AS containers-common
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.4 AS containers-common

RUN dnf install -y containers-common

#---------------------------------------------------------------------
# STAGE 3: Build the kubernetes-monitor final image
#---------------------------------------------------------------------
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.3
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.4

ARG NODE_18_LATEST_VERSION
ARG NODE_18_LATEST_VERSION_TAR_GZ_FILE_SHASUM256
Expand Down
Loading

0 comments on commit 95bc3b3

Please sign in to comment.