Skip to content

Commit a093e80

Browse files
authored
Merge pull request #65 from singularityware/v3.3.0
Adding release 3.3.0
2 parents d3aaf06 + b20512b commit a093e80

2 files changed

Lines changed: 2 additions & 2 deletions

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 && \

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.1
1+
3.3.0

0 commit comments

Comments
 (0)