diff --git a/Containerfile b/Containerfile index 86e4c24..1070be5 100644 --- a/Containerfile +++ b/Containerfile @@ -27,7 +27,7 @@ COPY --from=galaxy /usr/share/ansible /usr/share/ansible COPY --from=builder /output/ /output/ RUN /output/install-from-bindep && rm -rf /output/wheels RUN alternatives --set python /usr/bin/python3 -COPY --from=quay.io/project-receptor/receptor:0.9.7 /usr/bin/receptor /usr/bin/receptor +COPY --from=quay.io/project-receptor/receptor:1.0.0a2 /usr/bin/receptor /usr/bin/receptor RUN mkdir -p /var/run/receptor ADD run.sh /run.sh CMD /run.sh diff --git a/execution-environment.yml b/execution-environment.yml index db7ae9f..7443e45 100644 --- a/execution-environment.yml +++ b/execution-environment.yml @@ -6,7 +6,7 @@ dependencies: additional_build_steps: append: - RUN alternatives --set python /usr/bin/python3 - - COPY --from=quay.io/project-receptor/receptor:0.9.7 /usr/bin/receptor /usr/bin/receptor + - COPY --from=quay.io/project-receptor/receptor:1.0.0a2 /usr/bin/receptor /usr/bin/receptor - RUN mkdir -p /var/run/receptor - ADD run.sh /run.sh - CMD /run.sh