Skip to content

Commit

Permalink
Fix version (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet authored Jul 9, 2024
1 parent 0a6b103 commit 60ba043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ncbi-datasets-cli/16.22.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM condaforge/mambaforge:24.3.0-0

################## METADATA ######################

LABEL base_image="mambaforge"
LABEL version="24.3.0-0"
LABEL base_image="mambaforge:24.3.0-0"
LABEL version="1"
LABEL about.summary="NCBI Datasets is a new resource that lets you easily gather data from across NCBI databases."
LABEL software="ncbi-datasets-cli"
LABEL software.version="16.22.1"
Expand Down

0 comments on commit 60ba043

Please sign in to comment.