diff --git a/Dockerfile b/Dockerfile index c864790..42e992c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG SENTIEON_VERSION RUN test -n "$SENTIEON_VERSION" LABEL container.base.image="debian:bullseye-20220328-slim" \ - software.version="${VERSION}" \ + software.version="${SENTIEON_VERSION}" \ software.website="https://www.sentieon.com/" # Download the software from the permalink diff --git a/README.md b/README.md index a8ad733..ff3927a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Build a container image for a specific version of the Sentieon tools: ```bash git clone https://github.com/Sentieon/sentieon-docker.git cd sentieon-docker -docker build --build-arg SENTIEON_VERSION=202112.06 . +docker build --build-arg SENTIEON_VERSION=202112.07 . # ... # Successfully built a1575042a0a6 ```