Skip to content

Commit

Permalink
Updating ose-cli-artifacts builder & base images to be consistent wit…
Browse files Browse the repository at this point in the history
  • Loading branch information
jupierce committed Sep 30, 2020
1 parent 6bfa7f9 commit 81cae00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/cli-artifacts/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This Dockerfile builds an image containing the Mac and Windows version of oc
# layered on top of the Linux cli image.
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-7-golang-openshift-4.6 AS builder
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-7-golang-1.15-openshift-4.6 AS builder
WORKDIR /go/src/github.com/openshift/oc
COPY . .
RUN make cross-build --warn-undefined-variables
Expand Down

0 comments on commit 81cae00

Please sign in to comment.