Skip to content

Commit efc18e8

Browse files
committed
bump builder images to go 1.21
1 parent 5a9dcd4 commit efc18e8

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
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/openshift/release:golang-1.19 AS builder
1+
FROM registry.ci.openshift.org/openshift/release:golang-1.21 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)