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

gubbins version 3.3.5 #992

Closed erinyoung closed 2 months ago

erinyoung commented 2 months ago

There's a new version of gubbins!

Release notes: https://github.com/nickjcroucher/gubbins/releases/tag/v3.3.5

I don't think this PR is very high priority as the release notes suggest that the installation instructions are the only things that have changed.

I just copied the files from 3.3.4 and updated the version arg to 3.3.5.

$ diff gubbins/3.3.4/Dockerfile gubbins/3.3.5/Dockerfile 
3c3
< ARG GUBBINS_VER="3.3.4"
---
> ARG GUBBINS_VER="3.3.5"

Pull Request (PR) checklist:

Kincekara commented 2 months ago

Thank you for the update! I changed -a -y flags with -afy for cleaning the package cache. Deploy link: https://github.com/StaPH-B/docker-builds/actions/runs/9712819162