From cbee7c40b33ee4c561b71c26d2f3a2b69685825e Mon Sep 17 00:00:00 2001 From: "Prashanth D. Rao" <pchengi@nsc.liu.se> Date: Wed, 18 Sep 2024 16:16:42 +0200 Subject: [PATCH] update docker tags in readme and docker-to-singularity build script --- README.md | 2 +- singularity/docker-to-singularity/Singularity | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac41103..597c833 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ - The prebuilt container is also available on the Docker hub, and can be pulled down. ``` - docker pull pchengi/nscjekyll + docker pull pchengi/nscjekyll:v2.0.0 ``` ## Build locally from Dockerfile diff --git a/singularity/docker-to-singularity/Singularity b/singularity/docker-to-singularity/Singularity index 2e16222..68cb324 100644 --- a/singularity/docker-to-singularity/Singularity +++ b/singularity/docker-to-singularity/Singularity @@ -1,2 +1,2 @@ Bootstrap: docker -From: pchengi/nscjekyll:v1.17 +From: pchengi/nscjekyll:v2.0.0 -- GitLab