Skip to content

Commit

Permalink
Pin receptor version
Browse files Browse the repository at this point in the history
Use version 1.4.1 instead of devel  for receptor.
  • Loading branch information
syndr committed Jul 7, 2023
1 parent d8c9897 commit bdb1541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ additional_build_steps:
append_base:
- RUN $PYCMD -m pip install -U pip
append_final:
- COPY --from=quay.io/ansible/receptor:devel /usr/bin/receptor /usr/bin/receptor
- COPY --from=quay.io/ansible/receptor:v1.4.1 /usr/bin/receptor /usr/bin/receptor
- RUN mkdir -p /var/run/receptor
- RUN git lfs install --system

0 comments on commit bdb1541

Please sign in to comment.