File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ RUN USER=netobserv VERSION=main make oc-commands
3838RUN mkdir -p output
3939
4040# Create final image from ubi + built binary and command
41- FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.6-1750786174
41+ FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.6-1751287003
4242WORKDIR /
4343
4444COPY --from=builder /opt/app-root/build .
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ RUN USER=netobserv VERSION="$BUILDVERSION" IMAGE="$IMAGE" AGENT_IMAGE="$AGENT_IM
3535RUN mkdir -p output
3636
3737# Create final image from ubi + built binary and command
38- FROM registry.access.redhat.com/ubi9/ubi:9.6-1750786174
38+ FROM registry.access.redhat.com/ubi9/ubi:9.6-1751287003
3939ARG BUILDVERSION
4040
4141WORKDIR /
You can’t perform that action at this time.
0 commit comments