Skip to content

Commit

Permalink
Update quay.io/openshift/origin-cli Docker tag to v4.16
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] committed Jul 3, 2024
1 parent ab03251 commit 2f9ba9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.assisted-service
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ARG WORK_DIR=/data
RUN mkdir $WORK_DIR && chmod 775 $WORK_DIR

# downstream this can be installed as an RPM
COPY --from=quay.io/openshift/origin-cli:4.12 /usr/bin/oc /usr/local/bin/
COPY --from=quay.io/openshift/origin-cli:4.16 /usr/bin/oc /usr/local/bin/

COPY --from=builder /build/assisted-service /assisted-service
COPY --from=builder /build/assisted-service-operator /assisted-service-operator
Expand Down

0 comments on commit 2f9ba9b

Please sign in to comment.