Skip to content

Commit a2ef19c

Browse files
committed
Use 1.25 / 4.22 images
Signed-off-by: Nolan Brubaker <nolan@nbrubaker.com>
1 parent 0f7e99e commit a2ef19c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/openshift/release:golang-1.24 AS builder
1+
FROM registry.ci.openshift.org/openshift/release:golang-1.25 AS builder
22
WORKDIR /go/src/github.com/openshift/machine-api-operator
33
COPY . .
44
RUN NO_DOCKER=1 make build && \

0 commit comments

Comments
 (0)