We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3a93b2 + 5e6d396 commit 35c3f75Copy full SHA for 35c3f75
Dockerfile.ocp
@@ -4,7 +4,7 @@ COPY . .
4
ENV GO_PACKAGE github.com/openshift/api
5
RUN make build --warn-undefined-variables
6
7
-FROM registry.ci.openshift.org/ocp/4.16:base-rhel9
+FROM registry.ci.openshift.org/ocp/4.17:base-rhel9
8
9
# copy the built binaries to /usr/bin
10
COPY --from=builder /go/src/github.com/openshift/api/render /usr/bin/
0 commit comments