Skip to content

Commit

Permalink
Updated Dockerfile
Browse files Browse the repository at this point in the history
Changed dockerfile.version to 2 as well as ARG DNAAPLER_VER to 0.2.0
  • Loading branch information
evagunawan authored Oct 10, 2023
1 parent 1efaad9 commit cef359b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dnaapler/0.1.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ USER root

WORKDIR /

ARG DNAAPLER_VER="0.1.0"
ARG DNAAPLER_VER="0.2.0"

# metadata labels
LABEL base.image="mambaorg/micromamba:1.4.1"
LABEL dockerfile.version="1"
LABEL dockerfile.version="2"
LABEL software="dnaapler"
LABEL software.version="${DNAAPLER_VER}"
LABEL description="Rotates chromosomes and more"
Expand Down

0 comments on commit cef359b

Please sign in to comment.