From d55965c469c821cca6d0316a99e296dde59221e1 Mon Sep 17 00:00:00 2001 From: Vanessa Sochat Date: Tue, 30 Jul 2019 12:52:49 -0400 Subject: [PATCH 1/2] adding release 3.3.0 Signed-off-by: Vanessa Sochat --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 217226d..c22a6c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linu RUN mkdir -p /usr/local/var/singularity/mnt && \ mkdir -p $GOPATH/src/github.com/sylabs && \ cd $GOPATH/src/github.com/sylabs && \ - wget -qO- https://github.com/sylabs/singularity/releases/download/v3.2.1/singularity-3.2.1.tar.gz | \ + wget -qO- https://github.com/sylabs/singularity/releases/download/v3.3.0/singularity-3.3.0.tar.gz | \ tar xzv && \ cd singularity && \ ./mconfig -p /usr/local/singularity && \ From b20512b20df37df748b3e74c17d0d7d4e1be75d9 Mon Sep 17 00:00:00 2001 From: Vanessa Sochat Date: Tue, 30 Jul 2019 12:59:15 -0400 Subject: [PATCH 2/2] crap forgot to update version Signed-off-by: Vanessa Sochat --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index e4604e3..15a2799 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.1 +3.3.0