Skip to content

Commit d55965c

Browse files
committed
adding release 3.3.0
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
1 parent d3aaf06 commit d55965c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linu
3434
RUN mkdir -p /usr/local/var/singularity/mnt && \
3535
mkdir -p $GOPATH/src/github.com/sylabs && \
3636
cd $GOPATH/src/github.com/sylabs && \
37-
wget -qO- https://github.com/sylabs/singularity/releases/download/v3.2.1/singularity-3.2.1.tar.gz | \
37+
wget -qO- https://github.com/sylabs/singularity/releases/download/v3.3.0/singularity-3.3.0.tar.gz | \
3838
tar xzv && \
3939
cd singularity && \
4040
./mconfig -p /usr/local/singularity && \

0 commit comments

Comments
 (0)