Skip to content

Commit

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

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Feb 14, 2025
1 parent b863a34 commit 86b0634
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 @@ -21,7 +21,7 @@ RUN go mod vendor
RUN make build

# Use OpenShift base image
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1736404155
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1739420147
WORKDIR /
COPY --from=builder /workspace/bin/manager .
COPY --from=builder /workspace/bin/metrics-server .
Expand Down
2 changes: 1 addition & 1 deletion must-gather/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM quay.io/openshift/origin-must-gather:latest as builder

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1739420147

# For gathering data from nodes
RUN microdnf update -y && microdnf install tar rsync -y && microdnf clean all
Expand Down

0 comments on commit 86b0634

Please sign in to comment.