From 67bc7294d7343176d93176c7f1e6d01c6c5a2559 Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Mon, 23 May 2022 10:24:19 -0700 Subject: [PATCH] Switch to pre-release versions (v2) of Nextalign/Nextclade Needed for monkeypox build. Not suitable for merging into master. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dc4582cf..b33ed7b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -162,12 +162,12 @@ COPY --from=builder /build/vcftools/built/bin/ /usr/local/bin/ COPY --from=builder /build/vcftools/built/share/ /usr/local/share/ # Add Nextalign -RUN curl -fsSL https://github.com/nextstrain/nextclade/releases/latest/download/nextalign-Linux-x86_64 \ +RUN curl -fsSL https://github.com/nextstrain/nextclade/releases/download/2.0.0-beta.1/nextalign-x86_64-unknown-linux-gnu \ -o /usr/local/bin/nextalign \ && chmod a+rx /usr/local/bin/nextalign # Add Nextclade -RUN curl -fsSL https://github.com/nextstrain/nextclade/releases/latest/download/nextclade-Linux-x86_64 \ +RUN curl -fsSL https://github.com/nextstrain/nextclade/releases/download/2.0.0-beta.1/nextclade-x86_64-unknown-linux-gnu \ -o /usr/local/bin/nextclade \ && chmod +x /usr/local/bin/nextclade