ansible version within execution environment

Hi,

Is it ok/safe to upgrade ansible-core in the “additional_build_steps” of ansible-builder to a higher branch than the used EE_BASE_IMAGE version?

Example:

build_arg_defaults:
EE_BASE_IMAGE: ‘quay.io/ansible/ansible-runner:stable-2.12-latest

additional_build_steps:
prepend: |
RUN pip3 install --upgrade ansible-core==2.13.6

Or is there a better way?
Asking since there are no ansible-runner images available for ansible-core 2.13.

This should be ok to try, let us know if you run into any issues.

-The AWX Team