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.
1 parent d3aaf06 commit d55965cCopy full SHA for d55965c
1 file 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 && \
0 commit comments