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 83a9979 commit bf2b57bCopy full SHA for bf2b57b
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 libseccomp-dev
32
RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev python rsync cryptsetup glib-dev
33
34
-ENV SINGULARITY_VERSION 3.11.0
+ENV SINGULARITY_VERSION 3.11.4
35
RUN mkdir -p /usr/local/var/singularity/mnt && \
36
mkdir -p $GOPATH/src/github.com/sylabs && \
37
cd $GOPATH/src/github.com/sylabs && \
0 commit comments