Skip to content

Commit bb87e67

Browse files
Merge pull request #7810 from jupierce/fix_base
no-jira: Fix base image reference
2 parents 29341ee + 7662285 commit bb87e67

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)