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 dnaapler version 0.8.0 #1036

Closed erinyoung closed 1 month ago

erinyoung commented 1 month ago

There's a new version of dnaapler!

According to the release notes this update is mainly for archea, but will also allow it to finish if no hits are found (will give a warning).

I updated the software version arg to 0.8.0 and the base image to 1.5.8.

The full diff

$ diff dnaapler/0.7.0/Dockerfile dnaapler/0.8.0/Dockerfile 
1c1
< FROM mambaorg/micromamba:1.5.6 as app
---
> FROM mambaorg/micromamba:1.5.8 as app
7c7
< ARG DNAAPLER_VER="0.7.0"
---
> ARG DNAAPLER_VER="0.8.0"
10c10
< LABEL base.image="mambaorg/micromamba:1.4.1"
---
> LABEL base.image="mambaorg/micromamba:1.5.8"

Pull Request (PR) checklist:

Kincekara commented 1 month ago

Thank you for the update! I added the "-f" flag to the "micromamba clean" command. Deploy link: https://github.com/StaPH-B/docker-builds/actions/runs/10508547852