Skip to content

Commit ab9d438

Browse files
committed
TEMPORARY: Use custom builder image with golang-1.25
1 parent ca558f6 commit ab9d438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ocp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS builder
1+
FROM quay.io/jacobsee/openshift-build:rhel-9-golang-1.25 AS builder
22
WORKDIR /go/src/github.com/openshift/api
33
COPY . .
44
ENV GO_PACKAGE github.com/openshift/api

0 commit comments

Comments
 (0)