We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3aaf06 + b20512b commit a093e80Copy full SHA for a093e80
2 files changed
Dockerfile
@@ -34,7 +34,7 @@ RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linu
34
RUN mkdir -p /usr/local/var/singularity/mnt && \
35
mkdir -p $GOPATH/src/github.com/sylabs && \
36
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 | \
+ wget -qO- https://github.com/sylabs/singularity/releases/download/v3.3.0/singularity-3.3.0.tar.gz | \
38
tar xzv && \
39
cd singularity && \
40
./mconfig -p /usr/local/singularity && \
VERSION
@@ -1 +1 @@
1
-3.2.1
+3.3.0
0 commit comments