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