StaPH-B / docker-builds

:package: :whale: Dockerfiles and documentation on tools for public health bioinformatics
GNU General Public License v3.0
182 stars 116 forks source link

augur version 24.4.0 #989

Closed erinyoung closed 2 months ago

erinyoung commented 2 months ago

There's a new version of augur!

Release notes: https://github.com/nextstrain/augur/releases/tag/24.4.0

All I did was copy the files from 24.3.0 and change the version ARG.

The full diff

$ diff augur/24.{3,4}.0/Dockerfile 
3c3
< ARG AUGUR_VER="24.3.0"
---
> ARG AUGUR_VER="24.4.0"

Pull Request (PR) checklist:

Kincekara commented 2 months ago

Thank you for the update! Deploy link: https://github.com/StaPH-B/docker-builds/actions/runs/9766931133