Skip to content

Commit b9dbf39

Browse files
Merge pull request #5392 from isabella-janssen/ocpbugs-64655-420
[release-4.20] OCPBUGS-64656: Update the OCP base image in Dockerfile to 4.20 reference
2 parents a94ae79 + 5f2e454 commit b9dbf39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN --mount=type=cache,target=/go/rhel8/.cache,z \
2323
--mount=type=cache,target=/go/rhel8/pkg/mod,z \
2424
make install DESTDIR=./instroot-rhel8 && tar -C instroot-rhel8 -cf instroot-rhel8.tar .
2525

26-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-enterprise-base-multi-openshift-4.19
26+
FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
2727
ARG TAGS=""
2828
COPY install /manifests
2929
RUN --mount=type=cache,target=/var/cache/dnf,z \

0 commit comments

Comments
 (0)