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
38
38
RUN mkdir -p output
39
39
40
40
# Create final image from ubi + built binary and command
41
- FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.6-1754380668
41
+ FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.6-1754586119
42
42
WORKDIR /
43
43
44
44
COPY --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
35
35
RUN mkdir -p output
36
36
37
37
# Create final image from ubi + built binary and command
38
- FROM registry.access.redhat.com/ubi9/ubi:9.6-1754380668
38
+ FROM registry.access.redhat.com/ubi9/ubi:9.6-1754586119
39
39
ARG BUILDVERSION
40
40
41
41
WORKDIR /
You can’t perform that action at this time.
0 commit comments