Skip to content

Commit 7662285

Browse files
committed
Fix base image reference
1 parent 29341ee commit 7662285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/infrastructure-providers/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ WORKDIR /go/src/github.com/openshift/installer
1818
COPY . .
1919
RUN CGO_ENABLED=0 GOOS=linux GOARCH=arm64 make -C terraform
2020

21-
FROM registry.ci.openshift.org/ocp/builder:base
21+
FROM registry.ci.openshift.org/ocp/4.15:base
2222
WORKDIR /go/src/github.com/openshift/installer
2323
COPY --from=macbuilder /go/src/github.com/openshift/installer/terraform/bin/ terraform/bin/
2424
COPY --from=macarmbuilder /go/src/github.com/openshift/installer/terraform/bin/ terraform/bin/

0 commit comments

Comments
 (0)