From 9e0bc32805f822bb17df8f1a04e68c54b8ac8353 Mon Sep 17 00:00:00 2001 From: nbtm-sh Date: Thu, 3 Jul 2025 14:13:25 +1000 Subject: [PATCH] feat(dockerfile): Fix version number in Dockerfile --- docker/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 1c76c7c..5e4f6ca 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.9-slim -LABEL authors="Nathan Glades " \ - title="Australian-Structural-Biology-Computing/create-samplesheet" \ +LABEL authors="nbtm-sh @ unsw.edu.au" \ + title="nbtm-sh/samplesheet-utils" \ Version="1.1" \ description="Dockerfile containing samplesheetutils" @@ -10,4 +10,4 @@ RUN apt-get update && \ build-essential \ procps -RUN pip install samplesheetutils==1.1.2 +RUN pip install samplesheetutils==1.3