diff --git a/execution-environment.yml b/execution-environment.yml index 79efbcbdb8..ad1005cc2f 100644 --- a/execution-environment.yml +++ b/execution-environment.yml @@ -6,5 +6,5 @@ additional_build_steps: prepend: - RUN pip3 install --upgrade pip setuptools append: - - COPY --from=quay.io/shanemcd/receptor /usr/bin/receptor /usr/bin/receptor + - COPY --from=quay.io/project-receptor/receptor /usr/bin/receptor /usr/bin/receptor - RUN mkdir -m 0770 /var/run/receptor