Skip to content

Commit 9ad44b8

Browse files
committed
Bump ansible-core, receptor versions
ansible-core 2.16.13 --> 2.16.14 receptor 1.5.0 --> 1.5.2
1 parent a6cd3b1 commit 9ad44b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

execution-environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ images:
66
dependencies:
77
ansible_core:
88
# A minimum of 2.15 is required to get ansible-inventory --limit option
9-
package_pip: ansible-core==2.16.13
9+
package_pip: ansible-core==2.16.14
1010
ansible_runner:
1111
package_pip: ansible-runner>=2.4.0
1212
python_interpreter:
@@ -69,6 +69,6 @@ additional_build_steps:
6969
- RUN $PYCMD -m pip install -U pip
7070
- RUN unlink /usr/bin/python3 && ln -s /usr/bin/python3.12 /usr/bin/python3
7171
append_final:
72-
- COPY --from=quay.io/ansible/receptor:v1.5.0 /usr/bin/receptor /usr/bin/receptor
72+
- COPY --from=quay.io/ansible/receptor:v1.5.2 /usr/bin/receptor /usr/bin/receptor
7373
- RUN mkdir -p /var/run/receptor
7474
- RUN git lfs install --system

0 commit comments

Comments
 (0)