Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi9/ubi docker tag to…
Browse files Browse the repository at this point in the history
… v9.5-1732804088

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Dec 9, 2024
1 parent 01f00d0 commit f5b84d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN USER=netobserv VERSION=main make oc-commands
RUN mkdir -p output

# Create final image from ubi + built binary and command
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.4
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.5-1732804088
WORKDIR /
COPY --from=builder /opt/app-root/build .
COPY --from=builder --chown=65532:65532 /opt/app-root/output /output
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.downstream
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN USER=netobserv VERSION=main make oc-commands
RUN mkdir -p output

# Create final image from ubi + built binary and command
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.4
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.5-1732804088
WORKDIR /
COPY --from=builder /opt/app-root/build .
COPY --from=builder --chown=65532:65532 /opt/app-root/output /output
Expand Down

0 comments on commit f5b84d5

Please sign in to comment.