From 13cc0520c94d1d1315ad6cb3ce630b281257e632 Mon Sep 17 00:00:00 2001 From: Kincekara Date: Mon, 26 Feb 2024 16:20:04 +0000 Subject: [PATCH] fix label --- gubbins/3.3.3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gubbins/3.3.3/Dockerfile b/gubbins/3.3.3/Dockerfile index 62554e002..6f33bdd9c 100644 --- a/gubbins/3.3.3/Dockerfile +++ b/gubbins/3.3.3/Dockerfile @@ -9,7 +9,7 @@ WORKDIR / LABEL base.image="mambaorg/micromamba:1.5.6" LABEL dockerfile.version="1" LABEL software="Gubbins" -LABEL software.version="${SOFTWARENAME_VERSION}" +LABEL software.version="${GUBBINS_VER}" LABEL description="Genealogies Unbiased By recomBinations In Nucleotide Sequences" LABEL website="https://github.com/nickjcroucher/gubbins" LABEL license="https://github.com/nickjcroucher/gubbins/blob/master/LICENSE"