Skip to content

Commit 69ad514

Browse files
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1745855087
1 parent 2ca5a71 commit 69ad514

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Dockerfile-ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN --mount=type=cache,mode=0755,target=/go/pkg/mod \
2727

2828
# ---------------------------------------------
2929
# Copy the operator binary into a lighter image
30-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1742914212
30+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1745855087
3131

3232
# Update the base image packages to the latest versions
3333
RUN microdnf update --setopt=tsflags=nodocs --assumeyes && microdnf clean all

hack/deployer/clients/ocp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ RUN curl -fsSLO https://mirror.openshift.com/pub/openshift-v4/clients/ocp/${CLIE
1212
mv oc /usr/local/bin/oc && \
1313
rm openshift-client-linux-${CLIENT_VERSION}.tar.gz
1414

15-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1742914212
15+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1745855087
1616
COPY --from=builder /usr/local/bin/openshift-install .
1717
COPY --from=builder /usr/local/bin/oc .

0 commit comments

Comments
 (0)