Skip to content

Commit 35c3f75

Browse files
Merge pull request #1903 from openshift-bot/art-consistency-openshift-4.17-ose-cluster-config-api
OCPBUGS-34333: Updating ose-cluster-config-api-container image to be consistent with ART for 4.17
2 parents a3a93b2 + 5e6d396 commit 35c3f75

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
@@ -4,7 +4,7 @@ COPY . .
44
ENV GO_PACKAGE github.com/openshift/api
55
RUN make build --warn-undefined-variables
66

7-
FROM registry.ci.openshift.org/ocp/4.16:base-rhel9
7+
FROM registry.ci.openshift.org/ocp/4.17:base-rhel9
88

99
# copy the built binaries to /usr/bin
1010
COPY --from=builder /go/src/github.com/openshift/api/render /usr/bin/

0 commit comments

Comments
 (0)