Merge branch 'development' into 'master'

fix: failed to parse JSON

See merge request nofusscomputing/projects/ansible/execution_environment!213
This commit is contained in:
2024-02-08 15:32:38 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
FROM --platform=$TARGETPLATFORM quay.io/ansible/receptor:devel as receptor
FROM --platform=$TARGETPLATFORM quay.io/ansible/receptor:v1.4.4 as receptor
FROM --platform=$TARGETPLATFORM python:3.11-slim-bookworm