Skip to content

Commit 62249f9

Browse files
author
AOS Automation Release Team
committed
1 parent f9c215c commit 62249f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openshift/Dockerfile.openshift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.12 AS builder
22

33
WORKDIR /build
44
COPY . .
@@ -7,7 +7,7 @@ RUN GO111MODULE=on CGO_ENABLED=0 GOOS=${GOOS} GOPROXY=${GOPROXY} go build \
77
-o=cluster-api-controller-manager \
88
main.go
99

10-
FROM registry.ci.openshift.org/ocp/4.11:base
10+
FROM registry.ci.openshift.org/ocp/4.12:base
1111

1212
LABEL description="Cluster API Controller Manager"
1313

0 commit comments

Comments
 (0)