File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ RUN npm run build
31
31
#---------------------------------------------------------------------
32
32
# STAGE 3: Install containers-common to obtain configuration files
33
33
#---------------------------------------------------------------------
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
35
35
36
36
RUN dnf install -y containers-common
37
37
38
38
#---------------------------------------------------------------------
39
39
# STAGE 4: Build the kubernetes-monitor final image
40
40
#---------------------------------------------------------------------
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
42
42
43
43
ARG NODE_18_LATEST_VERSION
44
44
ARG NODE_18_LATEST_VERSION_TAR_GZ_FILE_SHASUM256
You can’t perform that action at this time.
0 commit comments