Skip to content

Commit

Permalink
Merge pull request #198 from nextstrain/nextclade-3.0.0-alpha.1
Browse files Browse the repository at this point in the history
Upgrade nextclade to 3.0.0-alpha.1
  • Loading branch information
rneher authored Dec 12, 2023
2 parents 1eeb489 + 070e7fa commit 33cbc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ ARG CACHE_DATE
# TODO: After Nextclade 3 is released, update the URL to download the latest
# version instead of hardcoded.
# TODO: At some point, update the v2 binary symlinks to use Nextclade v3.
RUN curl -fsSL https://github.com/nextstrain/nextclade/releases/download/3.0.0-alpha.0/nextclade-$(/builder-scripts/target-triple) \
RUN curl -fsSL https://github.com/nextstrain/nextclade/releases/download/3.0.0-alpha.1/nextclade-$(/builder-scripts/target-triple) \
-o /final/bin/nextclade3

# Auspice
Expand Down

0 comments on commit 33cbc6f

Please sign in to comment.