Skip to content

Commit

Permalink
Update to UBI 9 to match downstream
Browse files Browse the repository at this point in the history
Adding the "-y" to the microdnf update command will fix the downstream
CI too once it syncs.

Signed-off-by: mprahl <mprahl@users.noreply.github.com>
(cherry picked from commit af54e67)
  • Loading branch information
mprahl authored and openshift-merge-bot[bot] committed May 28, 2024
1 parent 1f42bb7 commit 49d7bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN /usr/local/bin/user_setup

ENTRYPOINT ["/usr/local/bin/entrypoint", "controller"]

RUN microdnf update && \
RUN microdnf update -y && \
microdnf clean all

USER ${USER_UID}

0 comments on commit 49d7bcc

Please sign in to comment.