StaPH-B / docker-builds

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

adding ppanggolin version 2.1.2 #1065

Closed erinyoung closed 2 weeks ago

erinyoung commented 3 weeks ago

There's a new version of ppanggolin!

According to the release notes there are some new features and some bug fixes with this version.

I just copied the files from 2.0.5 and updated the version ARG.

The full diff:

 $ diff ppanggolin/2.0.5/Dockerfile ppanggolin/2.1.2/Dockerfile 
1c1
< ARG PPANGGOLIN_VER="2.0.5"
---
> ARG PPANGGOLIN_VER="2.1.2"
3c3
< FROM mambaorg/micromamba:1.5.6 as app
---
> FROM mambaorg/micromamba:1.5.8 as app
8c8
< LABEL base.image="mambaorg/micromamba:1.5.6"
---
> LABEL base.image="mambaorg/micromamba:1.5.8"

Pull Request (PR) checklist:

Kincekara commented 2 weeks ago

Thank you for the changes! I am merging and deploying this image.

Kincekara commented 2 weeks ago

Thank you for updating this image! You can check the image deployment here: https://github.com/StaPH-B/docker-builds/actions/runs/11147841105