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 48ea5db + 4d9152c commit a931747Copy full SHA for a931747
Dockerfile
@@ -31,7 +31,7 @@ RUN apk update && \
31
RUN apk add --no-cache bash git openssh gcc squashfs-tools sudo libtool gawk ca-certificates libseccomp
32
RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev python rsync cryptsetup
33
34
-ENV SINGULARITY_VERSION 3.9.4
+ENV SINGULARITY_VERSION 3.9.5
35
RUN mkdir -p /usr/local/var/singularity/mnt && \
36
mkdir -p $GOPATH/src/github.com/sylabs && \
37
cd $GOPATH/src/github.com/sylabs && \
VERSION
@@ -1 +1 @@
1
-3.9.4
+3.9.5
0 commit comments